Package jadex.micro.annotation
Annotation Type AgentServiceSearch
-
@Target({FIELD,METHOD}) @Retention(RUNTIME) @Deprecated public @interface AgentServiceSearch
Deprecated.Injects a service into a field or a method of a component. The referenced service must be declared with aRequiredService
annotation. Use @OnService instead
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description boolean
lazy
Deprecated.todo: remove and replace by query.java.lang.String
name
Deprecated.The required service name that is used for searching the service.boolean
required
Deprecated.Fail at startup if no service is found?RequiredService
requiredservice
Deprecated.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)
-
-