|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Retention(value=RUNTIME) @Target(value=TYPE) public @interface ServiceDependencies
Annotation that enables a Service
implementation to declare a dependency on other Service
s.
Required Element Summary | |
---|---|
java.lang.Class[] |
value
Array of Service classes the annotated type requires in order to function. |
Element Detail |
---|
public abstract java.lang.Class[] value
Service
classes the annotated type requires in order to function.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |