Package org.sonar.java.checks.helpers
Class SpringUtils
- java.lang.Object
-
- org.sonar.java.checks.helpers.SpringUtils
-
public final class SpringUtils extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static StringSPRING_SCOPE_ANNOTATION
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static booleanisScopeSingleton(SymbolMetadata clazzMeta)
-
-
-
Field Detail
-
SPRING_SCOPE_ANNOTATION
public static final String SPRING_SCOPE_ANNOTATION
- See Also:
- Constant Field Values
-
-
Method Detail
-
isScopeSingleton
public static boolean isScopeSingleton(SymbolMetadata clazzMeta)
-
-