Annotation Interface AfterPhase


@Qualifier @Target(PARAMETER) @Retention(RUNTIME) @Documented public @interface AfterPhase

This qualifier allows you to observe after phase events via CDI. The CDI event must be fired synchronously after invocation of all associated phase listeners.

Since:
5.0
See Also:
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Class
    Description
    static final class 
    Supports inline instantiation of the AfterPhase qualifier.
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    The phase ID on which the after phase event needs to be observed.
  • Element Details

    • value

      PhaseId value

      The phase ID on which the after phase event needs to be observed. Defaults to PhaseId.ANY_PHASE.

      Default:
      ANY_PHASE