Class Annotation


  • public class Annotation
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      Annotation​(java.lang.String name, Parameters parameters)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String name()  
      java.lang.Iterable<Parameter> parameters()  
      • Methods inherited from class java.lang.Object

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

      • Annotation

        public Annotation​(java.lang.String name,
                          Parameters parameters)
    • Method Detail

      • name

        public java.lang.String name()
      • parameters

        public java.lang.Iterable<Parameter> parameters()