@InterceptorBinding @Retention(value=RUNTIME) @Target(value={METHOD,TYPE}) public @interface ActivateRequestContext
If the request context is already active then the associated interceptor does nothing.
The interceptor is registered with a priority of Interceptor.Priority.PLATFORM_BEFORE
+ 100. The same value is used for
ActivateRequestContext
.
RequestScoped
Copyright © 2019 JBoss by Red Hat. All rights reserved.