Package jadex.micro.annotation
Annotation Interface AgentArgument
Marker for agent argument field.
-
Optional Element Summary
Optional Elements
-
Element Details
-
value
String valueThe argument name. Is optional. If not set the field name must correspond to the argument name.- Default:
""
-
convert
String convertThe argument conversion expression. The coversion expression can refer to the originally provided value by using the reserved variable $value. Is optional.- Default:
""
-