Package org.eclipse.net4j.util.factory
Annotation Interface AnnotationFactory.InjectElement
- Enclosing class:
- AnnotationFactory<PRODUCT>
@Inherited
@Target(METHOD)
@Retention(RUNTIME)
public static @interface AnnotationFactory.InjectElement
-
Nested Class Summary
-
Required Element Summary
-
Optional Element Summary
Modifier and TypeOptional ElementDescriptionboolean
-
Field Summary
-
Field Details
-
FACTORY_TYPE_ATTRIBUTE
- See Also:
-
-
Element Details
-
productGroup
String productGroup
-
-
-
name
String name- Default:
- ""
-
productSingleton
boolean productSingleton- Default:
- false
-
factoryTypeAttribute
String factoryTypeAttribute- Default:
- "type"
-
defaultFactoryType
String defaultFactoryType- Default:
- ""
-
descriptionAttribute
String descriptionAttribute- Default:
- ""
-
cardinality
AnnotationFactory.InjectElement.Cardinality cardinality- Default:
- DETECT
-