public interface Parameter extends AnnotatedElement
Modifier and Type | Method and Description |
---|---|
MethodModel |
getMethod()
Parameters of a method are ordered based on the method
declaration.
|
ExtensibleType<?> |
getType()
Returns the parameter type
|
getAnnotation, getAnnotations, getName, shortDesc
MethodModel getMethod()
ExtensibleType<?> getType()
Copyright © 2009–2023 Oracle Corporation. All rights reserved.