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