Class AnnotationSingletonDetector
- java.lang.Object
-
- de.quantummaid.injectmaid.detection.singleton.AnnotationSingletonDetector
-
- All Implemented Interfaces:
SingletonDetector
public final class AnnotationSingletonDetector extends Object implements SingletonDetector
-
-
Field Summary
Fields Modifier and Type Field Description static de.quantummaid.reflectmaid.ThirdPartyAnnotationSINGLETON
-
Constructor Summary
Constructors Constructor Description AnnotationSingletonDetector()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AnnotationSingletonDetectorannotationSingletonDetector()voiddetect(de.quantummaid.reflectmaid.ResolvedType type, SingletonSwitch singletonSwitch)
-
-
-
Method Detail
-
annotationSingletonDetector
public static AnnotationSingletonDetector annotationSingletonDetector()
-
detect
public void detect(de.quantummaid.reflectmaid.ResolvedType type, SingletonSwitch singletonSwitch)- Specified by:
detectin interfaceSingletonDetector
-
-