Merge "Remove raw references to Map in XSQL"
[controller.git] / opendaylight / config / config-manager / src / main / java / org / opendaylight / controller / config / manager / impl / dynamicmbean / AnnotationsHelper.java
index 64664f79802bc62b10f7e895df7efe36418effe0..efb357466d52096db4506f9611ed6b4113c38fcb 100644 (file)
@@ -12,10 +12,12 @@ 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;
 
-class AnnotationsHelper {
+public class AnnotationsHelper {
+
+    private AnnotationsHelper() {
+    }
 
     /**
      * Look for annotation specified by annotationType on method. First observe