| java.lang.reflect.TypeVariable
TypeVariable | public interface TypeVariable extends Type(Code) | | Represents a type variable.
since: 1.5 |
getGenericDeclaration | D getGenericDeclaration()(Code) | | Answers a GenericDeclaration object for this type variable.
the generic declaration spec |
getName | String getName()(Code) | | Answers the type variable's name from source.
the variable's name from the source code. |
|
|