|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Retention(value=RUNTIME) @Documented @Target(value=TYPE) public @interface ServiceProvider
Marks class that provides a certain Service
via services provider framework.
Optional Element Summary | |
---|---|
int |
order
The order of this service provider with respect to other providers. |
public abstract int order
createServices
method
returns service providers in the specified order.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |