Class Annotations


  • public class Annotations
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.lang.String scope  
      protected java.lang.String value  
    • Constructor Summary

      Constructors 
      Constructor Description
      Annotations()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getScope()  
      java.lang.String getValue()  
      void setScope​(java.lang.String scope)  
      void setValue​(java.lang.String value)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • value

        protected java.lang.String value
      • scope

        protected java.lang.String scope
    • Constructor Detail

      • Annotations

        public Annotations()
    • Method Detail

      • getValue

        public java.lang.String getValue()
      • setValue

        public void setValue​(java.lang.String value)
      • getScope

        public java.lang.String getScope()
      • setScope

        public void setScope​(java.lang.String scope)