|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Target(value=METHOD) @Retention(value=RUNTIME) public @interface InjectService
Annotation to allow services to request injection of other services
Optional Element Summary | |
---|---|
boolean |
required
Is the service to be injected required (not optional)? |
Class |
serviceRole
The service role to inject, the default is to use the type of the parameter to which this method is attached. |
public abstract Class serviceRole
public abstract boolean required
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |