@Retention(value=RUNTIME) @Documented @Target(value=TYPE) public @interface ServiceProvider
Service via services provider framework.| Modifier and Type | Optional Element and Description |
|---|---|
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.Copyright © 2002–2025 Devexperts LLC. All rights reserved.