Package jadex.micro.annotation
Annotation Type AgentServiceValue
-
@Target({FIELD,METHOD}) @Retention(RUNTIME) public @interface AgentServiceValue
The service annotation.
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description java.lang.String
name
The required service name.
-