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