Type
jdk.javadoc.doclet
.
For more information, see the Migration Guide in the documentation for that package.@Deprecated public interface TypeVariable extends Type
List<E>
has a single
type variable E
.
A type variable may have explicit bounds, as in
C<R extends Remote>
.Modifier and Type | Method | Description |
---|---|---|
AnnotationDesc[] |
annotations() |
Deprecated.
Get the annotations of this program element.
|
Type[] |
bounds() |
Deprecated.
Return the bounds of this type variable.
|
ProgramElementDoc |
owner() |
Deprecated.
Return the class, interface, method, or constructor within
which this type variable is declared.
|
asAnnotatedType, asAnnotationTypeDoc, asClassDoc, asParameterizedType, asTypeVariable, asWildcardType, dimension, getElementType, isPrimitive, qualifiedTypeName, simpleTypeName, toString, typeName
Type[] bounds()
ProgramElementDoc owner()
AnnotationDesc[] annotations()
Submit a bug or feature
Java is a trademark or registered trademark of Oracle and/or its affiliates in the US and other countries.
Copyright © 1993, 2016, Oracle and/or its affiliates. 500 Oracle Parkway
Redwood Shores, CA 94065 USA. All rights reserved.
DRAFT 9-Debian+0-9b149-1