@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 | beTolerantIf this flag is set the  ConfigurationManagerwill not fail if some elements of the list couldn't be
 instantitated. | 
| java.lang.Class<? extends Configurable>[] | defaultListA default list of  Configurables 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
Configurables used to configure this component list given the case that no
 component list was defined (via xml or during runtime).