Package jadex.micro.annotation
Annotation Type Configuration
-
@Target(ANNOTATION_TYPE) @Retention(RUNTIME) public @interface Configuration
Configuration annotation.
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description java.lang.String
name
The configuration name.
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description NameValue[]
arguments
The arguments.Component[]
components
The components.Boolean3
persistable
The persistable flag.ProvidedService[]
providedservices
The provided service implementations.boolean
replace
Replace content of the base classes.RequiredService[]
requiredservices
The provided service implementations.NameValue[]
results
The results.Boolean3
suspend
The suspend flag.Boolean3
synchronous
The synchronous flag.
-
-
-
-
arguments
NameValue[] arguments
The arguments.- Default:
- {}
-
-
-
results
NameValue[] results
The results.- Default:
- {}
-
-
-
components
Component[] components
The components.- Default:
- {}
-
-
-
providedservices
ProvidedService[] providedservices
The provided service implementations.- Default:
- {}
-
-
-
requiredservices
RequiredService[] requiredservices
The provided service implementations.- Default:
- {}
-
-
-
synchronous
Boolean3 synchronous
The synchronous flag.- Default:
- jadex.commons.Boolean3.NULL
-
-
-
persistable
Boolean3 persistable
The persistable flag.- Default:
- jadex.commons.Boolean3.NULL
-
-
-
suspend
Boolean3 suspend
The suspend flag.- Default:
- jadex.commons.Boolean3.NULL
-
-