Package jadex.micro.annotation
Annotation Type ComponentTypes
-
@Target(TYPE) @Retention(RUNTIME) public @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 aBinding
annotation.
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description boolean
replace
Replace content of the base classes.ComponentType[]
value
The component types.
-
-
-
Element Detail
-
value
ComponentType[] value
The component types.- Default:
- {}
-
-