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