Class Parameter

java.lang.Object
com.google.common.reflect.Parameter
All Implemented Interfaces:
AnnotatedElement

public final class Parameter extends Object implements AnnotatedElement
Represents a method or constructor parameter.

Note: Since Java 8 introduced Parameter to represent method and constructor parameters, this class is no longer necessary. We intend to deprecate it in a future version.

Since:
14.0