Package ch.kk7.confij.common
Interface ServiceLoaderPriority
-
- All Known Implementing Classes:
AnyResourceAnyFormatAnySource,JulLogger.JulLogFactory,URLResource.AnyURLResource
public interface ServiceLoaderPriority
-
-
Field Summary
Fields Modifier and Type Field Description static intDEFAULT_PRIORITY
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetPriority()static intpriorityOf(java.lang.Object o)
-
-
-
Field Detail
-
DEFAULT_PRIORITY
static final int DEFAULT_PRIORITY
- See Also:
- Constant Field Values
-
-