Class Annotation


  • public class Annotation
    extends Object
    • Constructor Detail

      • Annotation

        public Annotation()
    • Method Detail

      • getKey

        public AnnoKey getKey()
        Returns:
        the key
      • setKey

        public void setKey​(AnnoKey key)
        Parameters:
        key - the key to set
      • getValue

        public String getValue()
        Returns:
        the value
      • setValue

        public void setValue​(String value)
        Parameters:
        value - the value to set