@Documented @Retention(value=RUNTIME) @Target(value={CONSTRUCTOR,TYPE}) @CreationRule @DigesterRule(reflectsRule=ObjectCreateRule.class, handledBy=ObjectCreateHandler.class) public @interface ObjectCreate
ObjectCreate will be bound with ObjectCreateRule digester rule.Digester.addObjectCreate(String,Class)| Modifier and Type | Required Element and Description |
|---|---|
String |
pattern
The element matching pattern.
|
| Modifier and Type | Optional Element and Description |
|---|---|
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.
|
public abstract String namespaceURI
public abstract String attributeName
Copyright © 2001-2013 The Apache Software Foundation. All Rights Reserved.