Package jadex.micro.annotation
Annotation Type Component
-
@Target(ANNOTATION_TYPE) @Retention(RUNTIME) public @interface Component
Component annotation.
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description java.lang.String
type
The local component type.
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description NameValue[]
arguments
The argument values.java.lang.String
configuration
The configuration name.java.lang.String
name
The component name.java.lang.String
number
The number of components to start (parsed).Boolean3
persistable
The persistable flag.Boolean3
suspend
The suspend state.Boolean3
synchronous
The synchronous flag.
-
-
-
-
suspend
Boolean3 suspend
The suspend state.- Default:
- jadex.commons.Boolean3.NULL
-
-
-
synchronous
Boolean3 synchronous
The synchronous flag.- Default:
- jadex.commons.Boolean3.NULL
-
-
-
persistable
Boolean3 persistable
The persistable flag.- Default:
- jadex.commons.Boolean3.NULL
-
-
-
arguments
NameValue[] arguments
The argument values.- Default:
- {}
-
-