Package jadex.micro.annotation
Annotation Type AgentServiceQuery
- 
@Target({FIELD,METHOD}) @Retention(RUNTIME) @Deprecated public @interface AgentServiceQueryDeprecated.Injects a service into a field or a method of a component. The referenced service must be declared with aRequiredServiceannotation. Use @OnService instead 
- 
- 
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description RequiredServicerequiredserviceDeprecated.Define a required service inline.ServiceScopescopeDeprecated.The search scope.java.lang.Class<?>typeDeprecated.The service interface type. 
 - 
 
- 
- 
Element Detail
- 
requiredservice
RequiredService requiredservice
Deprecated.Define a required service inline. If given no name it will receive the field name as name.- Default:
 - @jadex.micro.annotation.RequiredService(name="", type=java.lang.Object.class)
 
 
 - 
 
- 
- 
scope
ServiceScope scope
Deprecated.The search scope.- Default:
 - jadex.bridge.service.ServiceScope.DEFAULT
 
 
 - 
 
 -