|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Documented @Retention(value=RUNTIME) @Target(value={CONSTRUCTOR,TYPE}) @CreationRule @DigesterRule(reflectsRule=ObjectCreateRule.class, handledBy=ObjectCreateHandler.class) public @interface ObjectCreate
Classes annotated with ObjectCreate
will be bound with ObjectCreateRule
digester rule.
Digester.addObjectCreate(String,Class)
Required Element Summary | |
---|---|
String |
pattern
The element matching pattern. |
Optional Element Summary | |
---|---|
String |
attributeName
Allows specify the attribute containing an override class name if it is present. |
String |
namespaceURI
The namespace URI for which this Rule is relevant, if any. |
Element Detail |
---|
public abstract String pattern
public abstract String namespaceURI
public abstract String attributeName
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |