Package jadex.micro.annotation
Annotation Type ComponentTypes
- 
@Target(TYPE) @Retention(RUNTIME) public @interface ComponentTypesDefine component types that can be instantiated as subcomponents of the declaring component. This components can be instantiated either by referring to in aBindingannotation. 
- 
- 
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description booleanreplaceReplace content of the base classes.ComponentType[]valueThe component types. 
 - 
 
- 
- 
Element Detail
- 
value
ComponentType[] value
The component types.- Default:
 - {}
 
 
 - 
 
 -