Interface Ordered
-
- All Known Subinterfaces:
AutoConfigurationCustomizerProvider,ConditionalResourceProvider,ResourceProvider
- All Known Implementing Classes:
EnvironmentResourceProvider
public interface OrderedInterface to be extended by SPIs that need to guarantee ordering during loading.- Since:
- 1.17.0
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default intorder()Returns the order of applying the SPI implementing this interface.
-