Class Priorities

java.lang.Object
io.smallrye.config.Priorities

public final class Priorities extends Object
A collection of built-in priority constants for ConfigSourceInterceptor that are supposed to be ordered based on their jakarta.annotation.Priority class-level annotation.
  • Field Details

    • PLATFORM

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

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

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