Package jadex.micro.annotation
Annotation Type AgentResult
-
@Target(FIELD) @Retention(RUNTIME) public @interface AgentResult
Marker for agent result field.
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description java.lang.String
convert
The result conversion expression.java.lang.String
convertback
The result conversion expression.java.lang.String
value
The result name.
-