@Target(value=TYPE)
 @Retention(value=RUNTIME)
public @interface RequiredServices
| Modifier and Type | Required Element and Description | 
|---|---|
| RequiredService[] | valueThe required services. | 
| Modifier and Type | Optional Element and Description | 
|---|---|
| boolean | replaceReplace content of the base classes. | 
public abstract RequiredService[] value