Module java.base

Class Parameter

java.lang.Object
java.lang.reflect.Parameter
All Implemented Interfaces:
AnnotatedElement

public final class Parameter extends Object implements AnnotatedElement
Information about method parameters. A Parameter provides information about method parameters, including its name and modifiers. It also provides an alternate means of obtaining attributes for the parameter.
Since:
1.8