Package jadex.micro.annotation
Annotation Interface Features
The features annotation.
-
Optional Element Summary
Optional ElementsModifier and TypeOptional ElementDescriptionbooleanAdd the defined features of this classes (and inherited when replace==false) to the standard features of the component.booleanReplace content of the inherited classes.Feature[]The features.
-
Element Details
-
value
Feature[] valueThe features.- Default:
- {}
-
replace
boolean replaceReplace content of the inherited classes.- Default:
- false
-
additional
boolean additionalAdd the defined features of this classes (and inherited when replace==false) to the standard features of the component.- Default:
- false
-