Interface Parameter
- All Superinterfaces:
AnnotatedElement
Denote a parameter to a method
-
Method Summary
Modifier and TypeMethodDescriptionParameters of a method are ordered based on the method declaration.getType()Returns the parameter typeMethods inherited from interface AnnotatedElement
getAnnotation, getAnnotations, getName, shortDesc
-
Method Details
-
getMethod
MethodModel getMethod()Parameters of a method are ordered based on the method declaration.- Returns:
- the method declaring this parameter
-
getType
-