Annotation Type ActivateRequestContext


  • @InterceptorBinding
    @Retention(RUNTIME)
    @Target({METHOD,TYPE})
    public @interface ActivateRequestContext
    This interceptor binding can be used to activate the request context within a business method invocation.

    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.

    Author:
    Tomas Remes, Martin Kouba
    See Also:
    RequestScoped