Package net.officefloor.plugin.clazz
Annotation Interface Qualifier
Enables qualifying dependencies by
Annotation instances.- Author:
- Daniel Sagenschneider
-
Optional Element Summary
Optional ElementsModifier and TypeOptional ElementDescriptionClass<? extends QualifierNameFactory>QualifierNameFactoryto derive the name from theAnnotation.
-
Element Details
-
nameFactory
Class<? extends QualifierNameFactory> nameFactoryQualifierNameFactoryto derive the name from theAnnotation.- Returns:
QualifierNameFactoryClassto be instantiated by default constructor.
- Default:
- net.officefloor.plugin.clazz.ClassNameQualifierNameFactory.class
-