Class ExecuteAnnotationContent

  • All Implemented Interfaces:
    java.lang.annotation.Annotation

    public class ExecuteAnnotationContent
    extends java.lang.Object
    implements org.apache.maven.plugins.annotations.Execute
    Since:
    3.0
    Author:
    Olivier Lamy
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Class<? extends java.lang.annotation.Annotation> annotationType()  
      java.lang.String customPhase()  
      void customPhase​(java.lang.String customPhase)  
      java.lang.String goal()  
      void goal​(java.lang.String goal)  
      java.lang.String lifecycle()  
      void lifecycle​(java.lang.String lifecycle)  
      org.apache.maven.plugins.annotations.LifecyclePhase phase()  
      void phase​(java.lang.String phase)  
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
      • Methods inherited from interface java.lang.annotation.Annotation

        equals, hashCode
    • Constructor Detail

      • ExecuteAnnotationContent

        public ExecuteAnnotationContent()
    • Method Detail

      • phase

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

        public java.lang.String customPhase()
      • goal

        public java.lang.String goal()
      • lifecycle

        public java.lang.String lifecycle()
      • phase

        public void phase​(java.lang.String phase)
      • customPhase

        public void customPhase​(java.lang.String customPhase)
      • goal

        public void goal​(java.lang.String goal)
      • lifecycle

        public void lifecycle​(java.lang.String lifecycle)
      • annotationType

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

        public java.lang.String toString()
        Specified by:
        toString in interface java.lang.annotation.Annotation
        Overrides:
        toString in class java.lang.Object