Package jadex.micro.annotation
Annotation Type CreationInfo
-
@Target(ANNOTATION_TYPE) @Retention(RUNTIME) public @interface CreationInfo
Component annotation.
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description NameValue[]
arguments
The argument values.java.lang.String
configuration
The configuration name.IMonitoringService.PublishEventLevel
monitoring
The monitoring flag.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.java.lang.String
type
The local component type.
-
-
-
Element Detail
-
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
-
-
-
monitoring
IMonitoringService.PublishEventLevel monitoring
The monitoring flag.- Default:
- jadex.bridge.service.types.monitoring.IMonitoringService.PublishEventLevel.OFF
-
-
-
arguments
NameValue[] arguments
The argument values.- Default:
- {}
-
-