@Target(value=TYPE)
@Retention(value=RUNTIME)
public @interface Features
Modifier and Type | Optional Element and Description |
---|---|
boolean |
additional
Add the defined features of this classes (and inherited when replace==false)
to the standard features of the component.
|
boolean |
replace
Replace content of the inherited classes.
|
Feature[] |
value
The features.
|
public abstract Feature[] value