Package jadex.micro.annotation
Annotation Type AgentServiceSearch
- 
@Target({FIELD,METHOD}) @Retention(RUNTIME) @Deprecated public @interface AgentServiceSearchDeprecated.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 booleanlazyDeprecated.todo: remove and replace by query.java.lang.StringnameDeprecated.The required service name that is used for searching the service.booleanrequiredDeprecated.Fail at startup if no service is found?RequiredServicerequiredserviceDeprecated.Define a required service inline. 
 - 
 
- 
- 
- 
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)
 
 
 - 
 
 -