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
Nested Classes -
Required Element Summary
Required Elements -
Optional Element Summary
Optional ElementsModifier and TypeOptional ElementDescriptionboolean -
Field Summary
Fields
-
Field Details
-
FACTORY_TYPE_ATTRIBUTE
- See Also:
-
-
Element Details
-
name
String name- Default:
""
-
productGroup
String productGroup -
productSingleton
boolean productSingleton- Default:
false
-
factoryTypeAttribute
String factoryTypeAttribute- Default:
"type"
-
defaultFactoryType
String defaultFactoryType- Default:
""
-
factoryTypePrefix
String factoryTypePrefix- Since:
- 3.29
- Default:
""
-
factoryTypeSuffix
String factoryTypeSuffix- Since:
- 3.29
- Default:
""
-
descriptionAttribute
String descriptionAttribute- Default:
""
-
cardinality
AnnotationFactory.InjectElement.Cardinality cardinality- Default:
DETECT
-