Class Argument


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

      Constructors 
      Constructor Description
      Argument​(java.lang.String name, java.util.List<Annotation> annotations, Type type)  
    • Constructor Detail

      • Argument

        public Argument​(java.lang.String name,
                        java.util.List<Annotation> annotations,
                        Type type)
    • Method Detail

      • name

        public java.lang.String name()
      • annotations

        public java.util.List<Annotation> annotations()
      • type

        public Type type()