|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Target(value=TYPE) @Retention(value=RUNTIME) public @interface Service
Annotation used to indicate the service interfaces exposed by a Java class.
| Optional Element Summary | |
|---|---|
java.lang.Class<?>[] |
interfaces
Array of interfaces that should be exposed as services. |
java.lang.Class<?> |
value
Shortcut allowing a single interface to be exposed. |
public abstract java.lang.Class<?>[] interfaces
public abstract java.lang.Class<?> value
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||