Package jadex.micro.annotation
Annotation Interface ComponentTypes
Define component types that can be instantiated as subcomponents of the declaring component.
This components can be instantiated either by referring to in a
annotation.
invalid reference
Binding
-
Optional Element Summary
Optional ElementsModifier and TypeOptional ElementDescriptionboolean
Replace content of the base classes.The component types.
-
Element Details
-
value
ComponentType[] valueThe component types.- Default:
{}
-
replace
boolean replaceReplace content of the base classes.- Default:
false
-