Package jadex.micro.annotation
Annotation Type Features
- 
 @Target(TYPE) @Retention(RUNTIME) public @interface FeaturesThe features annotation.
- 
- 
Optional Element SummaryOptional 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- 
valueFeature[] value The features.- Default:
- {}
 
 
- 
 
-