Package jadex.micro.annotation
Annotation Type Component
- 
 @Target(ANNOTATION_TYPE) @Retention(RUNTIME) public @interface ComponentComponent annotation.
- 
- 
Required Element SummaryRequired Elements Modifier and Type Required Element Description java.lang.StringtypeThe local component type.
 - 
Optional Element SummaryOptional Elements Modifier and Type Optional Element Description NameValue[]argumentsThe argument values.java.lang.StringconfigurationThe configuration name.java.lang.StringnameThe component name.java.lang.StringnumberThe number of components to start (parsed).Boolean3persistableThe persistable flag.Boolean3suspendThe suspend state.Boolean3synchronousThe synchronous flag.
 
- 
- 
- 
- 
suspendBoolean3 suspend The suspend state.- Default:
- jadex.commons.Boolean3.NULL
 
 
- 
 - 
- 
synchronousBoolean3 synchronous The synchronous flag.- Default:
- jadex.commons.Boolean3.NULL
 
 
- 
 - 
- 
persistableBoolean3 persistable The persistable flag.- Default:
- jadex.commons.Boolean3.NULL
 
 
- 
 - 
- 
argumentsNameValue[] arguments The argument values.- Default:
- {}
 
 
- 
 
-