Package net.officefloor.plugin.clazz
Annotation Type Qualifier
-
@Documented @Retention(RUNTIME) @Target(ANNOTATION_TYPE) public @interface QualifierEnables qualifying dependencies byAnnotationinstances.- Author:
- Daniel Sagenschneider
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description java.lang.Class<? extends QualifierNameFactory>nameFactoryQualifierNameFactoryto derive the name from theAnnotation.
-
-
-
Element Detail
-
nameFactory
java.lang.Class<? extends QualifierNameFactory> nameFactory
QualifierNameFactoryto derive the name from theAnnotation.- Returns:
QualifierNameFactoryClassto be instantiated by default constructor.
- Default:
- net.officefloor.plugin.clazz.ClassNameQualifierNameFactory.class
-
-