Parameter

Class 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

Methods

equals

public boolean equals(Object obj)

Compares based on the executable and the index.

Overrides:
登录查看完整内容