|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Experimental @Retention(value=RUNTIME) @Target(value=TYPE) public @interface Services
Exports the usage of internal Services
. Internal services
may create thru a method, annotated with FactoryMethod
.
The value of the Services
annotation should be volatile between
releases.
Required Element Summary | |
---|---|
Service[] |
services
The list of internal used services. |
Element Detail |
---|
public abstract Service[] services
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |