Class Priorities


  • @Experimental("Interceptor API to intercept resolution of a configuration name")
    public final class Priorities
    extends Object
    A collection of built-in priority constants for ConfigSourceInterceptor that are supposed to be ordered based on their javax.annotation.Priority class-level annotation.
    • Field Detail

      • PLATFORM

        public static final int PLATFORM
        Range for early interceptors defined by Platform specifications.
        See Also:
        Constant Field Values
      • LIBRARY

        public static final int LIBRARY
        Range for interceptors defined by SmallRye Config or Extension Libraries.
        See Also:
        Constant Field Values
      • APPLICATION

        public static final int APPLICATION
        Range for interceptors defined by User Applications.
        See Also:
        Constant Field Values