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