Package jadex.micro.annotation
Annotation Interface Configuration
Configuration annotation.
-
Required Element Summary
Required Elements -
Optional Element Summary
Optional ElementsModifier and TypeOptional ElementDescriptionjadex.model.annotation.NameValue[]The arguments.The components.jadex.common.Boolean3The persistable flag.booleanReplace content of the base classes.jadex.model.annotation.NameValue[]The results.jadex.common.Boolean3The suspend flag.jadex.common.Boolean3The synchronous flag.
-
Element Details
-
name
String nameThe configuration name.
-
-
-
arguments
jadex.model.annotation.NameValue[] argumentsThe arguments.- Default:
- {}
-
results
jadex.model.annotation.NameValue[] resultsThe results.- Default:
- {}
-
components
Component[] componentsThe components.- Default:
- {}
-
synchronous
jadex.common.Boolean3 synchronousThe synchronous flag.- Default:
- NULL
-
persistable
jadex.common.Boolean3 persistableThe persistable flag.- Default:
- NULL
-
suspend
jadex.common.Boolean3 suspendThe suspend flag.- Default:
- NULL
-
replace
boolean replaceReplace content of the base classes.- Default:
- false
-