Class AfterAnnotationContent

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String phase()  
      void phase​(java.lang.String phase)  
      java.lang.String scope()  
      void scope​(java.lang.String scope)  
      java.lang.String toString()  
      java.lang.String type()  
      void type​(java.lang.String type)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • AfterAnnotationContent

        public AfterAnnotationContent()
    • Method Detail

      • phase

        public java.lang.String phase()
      • phase

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

        public java.lang.String type()
      • type

        public void type​(java.lang.String type)
      • scope

        public java.lang.String scope()
      • scope

        public void scope​(java.lang.String scope)
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object