com.devexperts.services
Annotation Type ServiceProvider


@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.
 

order

public abstract int order
The order of this service provider with respect to other providers. createServices method returns service providers in the specified order.

Default:
0


Copyright © 2013 Devexperts. All Rights Reserved.