@Documented @Retention(value=RUNTIME) @Target(value=TYPE) @CreationRule @DigesterRule(reflectsRule=FactoryCreateRule.class, providedBy=FactoryCreateRuleProvider.class) public @interface FactoryCreate
FactoryCreate
will be bound with
FactoryCreateRule
digester rule.Modifier and Type | Required Element and Description |
---|---|
Class<? extends AbstractObjectCreationFactory> |
factoryClass
The Java class of the object creation factory class
|
String |
pattern
The element matching pattern.
|
Modifier and Type | Optional Element and Description |
---|---|
boolean |
ignoreCreateExceptions
When true any exceptions thrown during object creation will be ignored.
|
public abstract Class<? extends AbstractObjectCreationFactory> factoryClass
public abstract String pattern
Copyright © 2001–2017 The Apache Software Foundation. All rights reserved.