Package jadex.micro.annotation
Annotation Type Features
- 
@Target(TYPE) @Retention(RUNTIME) public @interface FeaturesThe features annotation. 
- 
- 
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description booleanadditionalAdd the defined features of this classes (and inherited when replace==false) to the standard features of the component.booleanreplaceReplace content of the inherited classes.Feature[]valueThe features. 
 - 
 
- 
- 
Element Detail
- 
value
Feature[] value
The features.- Default:
 - {}
 
 
 - 
 
 -