TypeParameterElement
.@Deprecated public interface TypeParameterDeclaration extends Declaration
TypeVariable
.Modifier and Type | Method and Description |
---|---|
Collection<ReferenceType> |
getBounds()
Deprecated.
Returns the bounds of this type parameter.
|
Declaration |
getOwner()
Deprecated.
Returns the type, method, or constructor declaration within which
this type parameter is declared.
|
accept, equals, getAnnotation, getAnnotationMirrors, getDocComment, getModifiers, getPosition, getSimpleName
Collection<ReferenceType> getBounds()
Declaration getOwner()
Copyright © 2004, 2013, Oracle and/or its affiliates. All rights reserved.