Annotation Interface After


Specifies that the mojo should be run after the specific phase.
Since:
4.0.0
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Class
    Description
    static enum 
    Type of pointer.
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    The phase name.
    The type of this pointer.
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    The scope for dependencies, only if type() == Type.Dependencies.
  • Element Details

    • phase

      String phase
      The phase name.
    • type

      The type of this pointer.
    • scope

      String scope
      The scope for dependencies, only if type() == Type.Dependencies.
      Default:
      ""