Issue fix for config subsystem
[controller.git] / opendaylight / config / config-manager / src / main / java / org / opendaylight / controller / config / manager / impl / dynamicmbean / AnnotationsHelper.java
index 64664f79802bc62b10f7e895df7efe36418effe0..c4dee3513d6e5bedd9376ddf64f6405c0c76647b 100644 (file)
@@ -7,15 +7,18 @@
  */
 package org.opendaylight.controller.config.manager.impl.dynamicmbean;
 
+import org.opendaylight.controller.config.api.annotations.Description;
+
 import java.lang.annotation.Annotation;
 import java.lang.reflect.Method;
 import java.util.ArrayList;
 import java.util.List;
 import java.util.Set;
 
-import org.opendaylight.controller.config.api.annotations.Description;
+public class AnnotationsHelper {
 
-class AnnotationsHelper {
+    private AnnotationsHelper() {
+    }
 
     /**
      * Look for annotation specified by annotationType on method. First observe