|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Documented @Retention(value=RUNTIME) @Target(value=FIELD) public @interface S4ComponentList
A list property.
ConfigurationManager
Required Element Summary | |
---|---|
java.lang.Class<? extends Configurable> |
type
|
Optional Element Summary | |
---|---|
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). |
Element Detail |
---|
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).
public abstract boolean beTolerant
ConfigurationManager
will not fail if some elements of the list couldn't be
instantitated.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |