Package jadex.micro.annotation
Annotation Interface Features
The features annotation.
-
Optional Element Summary
Optional ElementsModifier and TypeOptional ElementDescriptionboolean
Add the defined features of this classes (and inherited when replace==false) to the standard features of the component.boolean
Replace 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
-