@Target(value={FIELD,METHOD})
 @Retention(value=RUNTIME)
public @interface AgentService
RequiredService annotation.| Modifier and Type | Optional Element and Description | 
|---|---|
| boolean | isqueryShould be used as service query. | 
| boolean | lazyIf is lazy the service search will happen on first call. | 
| java.lang.String | nameThe argument name. | 
| boolean | requiredFail at startup if no service is found? | 
| RequiredService | requiredserviceDefine a required service inline. | 
public abstract boolean lazy
public abstract RequiredService requiredservice