Class ExecuteAnnotationContent

java.lang.Object
org.apache.maven.tools.plugin.extractor.annotations.datamodel.ExecuteAnnotationContent
All Implemented Interfaces:
Annotation

public class ExecuteAnnotationContent extends Object implements org.apache.maven.plugins.annotations.Execute
Since:
3.0
Author:
Olivier Lamy
  • Constructor Details

    • ExecuteAnnotationContent

      public ExecuteAnnotationContent()
  • Method Details

    • phase

      public org.apache.maven.plugins.annotations.LifecyclePhase phase()
    • customPhase

      public String customPhase()
    • goal

      public String goal()
    • lifecycle

      public String lifecycle()
    • phase

      public void phase(String phase)
    • customPhase

      public void customPhase(String customPhase)
    • goal

      public void goal(String goal)
    • lifecycle

      public void lifecycle(String lifecycle)
    • annotationType

      public Class<? extends Annotation> annotationType()
      Specified by:
      annotationType in interface Annotation
    • toString

      public String toString()
      Specified by:
      toString in interface Annotation
      Overrides:
      toString in class Object