@Documented
@Retention(value=RUNTIME)
@Target(value=FIELD)
public @interface S4ComponentList
ConfigurationManager
Modifier and Type | Required Element and Description |
---|---|
java.lang.Class<? extends Configurable> |
type |
Modifier and Type | Optional Element and Description |
---|---|
boolean |
beTolerant
If this flag is set the
ConfigurationManager will not fail if some elements of the list couldn't be
instantitated. |
java.lang.Class<? extends Configurable>[] |
defaultList
A default list of
Configurable s used to configure this component list given the case that no
component list was defined (via xml or during runtime). |
public abstract java.lang.Class<? extends Configurable> type
public abstract java.lang.Class<? extends Configurable>[] defaultList
Configurable
s used to configure this component list given the case that no
component list was defined (via xml or during runtime).