@Experimental(value="Interceptor API to intercept resolution of a configuration name") public final class Priorities extends Object
ConfigSourceInterceptor that are supposed to be
ordered based on their javax.annotation.Priority class-level annotation.| Modifier and Type | Field and Description |
|---|---|
static int |
APPLICATION
Range for interceptors defined by User Applications.
|
static int |
LIBRARY
Range for interceptors defined by SmallRye Config or Extension Libraries.
|
static int |
PLATFORM
Range for early interceptors defined by Platform specifications.
|
public static final int PLATFORM
public static final int LIBRARY
public static final int APPLICATION
Copyright © 2018–2020. All rights reserved.