Annotation Type ObjectCreate
-
@Documented @Retention(RUNTIME) @Target({CONSTRUCTOR,TYPE}) @CreationRule @DigesterRule(reflectsRule=ObjectCreateRule.class, handledBy=ObjectCreateHandler.class) public @interface ObjectCreate
Classes annotated withObjectCreate
will be bound withObjectCreateRule
digester rule.- Since:
- 2.1
- See Also:
Digester.addObjectCreate(String,Class)
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description java.lang.String
pattern
The element matching pattern.
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description java.lang.String
attributeName
Allows specify the attribute containing an override class name if it is present.java.lang.String
namespaceURI
The namespace URI for which this Rule is relevant, if any.
-