Annotation Type ObjectCreate
@Documented
@Retention(RUNTIME)
@Target({CONSTRUCTOR,TYPE})
@CreationRule
@DigesterRule(reflectsRule=ObjectCreateRule.class,
handledBy=ObjectCreateHandler.class)
public @interface ObjectCreate
Classes annotated with
ObjectCreate
will be bound with ObjectCreateRule
digester rule.- Since:
- 2.1
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic @interface
Defines several@ObjectCreate
annotations on the same element. -
Required Element Summary
Required Elements -
Optional Element Summary
Optional ElementsModifier and TypeOptional ElementDescriptionAllows specify the attribute containing an override class name if it is present.The namespace URI for which this Rule is relevant, if any.
-
Element Details
-
pattern
String patternThe element matching pattern. -
namespaceURI
String namespaceURIThe namespace URI for which this Rule is relevant, if any.- Since:
- 3.0
- Default:
""
-
attributeName
String attributeNameAllows specify the attribute containing an override class name if it is present.- Since:
- 3.0
- Default:
""
-