Class Annotation


  • public class Annotation
    extends java.lang.Object
    Represents an annotation.
    Version:
    1.0
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private Type type  
    • Constructor Summary

      Constructors 
      Constructor Description
      Annotation​(Type type)
      Constructor.
    • Method Summary

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

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

      • type

        private Type type
    • Constructor Detail

      • Annotation

        public Annotation​(Type type)
        Constructor.
        Parameters:
        type - The type.
    • Method Detail

      • toString

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