Class ExecuteAnnotationContent

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

    public class ExecuteAnnotationContent
    extends java.lang.Object
    implements Execute
    Since:
    3.0
    • 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 goal()  
      void goal​(java.lang.String goal)  
      java.lang.String lifecycle()  
      void lifecycle​(java.lang.String lifecycle)  
      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
    • Field Detail

      • goal

        private java.lang.String goal
      • lifecycle

        private java.lang.String lifecycle
    • Constructor Detail

      • ExecuteAnnotationContent

        public ExecuteAnnotationContent()
    • Method Detail

      • goal

        public java.lang.String goal()
      • lifecycle

        public java.lang.String lifecycle()
      • phase

        public void phase​(java.lang.String phase)
      • 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