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 SummaryOptional Elements Modifier and Type Optional Element Description booleanreplaceReplace content of the base classes.ComponentType[]valueThe component types.
 
- 
- 
- 
Element Detail- 
valueComponentType[] value The component types.- Default:
- {}
 
 
- 
 
-