Class Argument
- java.lang.Object
-
- net.anwiba.tools.generator.java.bean.configuration.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)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<Annotation>annotations()java.lang.Stringname()Typetype()
-
-
-
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()
-
-