public interface AnnotatedTypeVariable extends AnnotatedType
AnnotatedTypeVariable represents the potentially annotated use of a type variable, whose declaration may have bounds which themselves represent annotated uses of types.
| Modifier and Type | Method and Description |
|---|---|
AnnotatedType |
getAnnotatedBounds()
Returns the potentially annotated bounds of this type variable.
|
getTypegetAnnotation, getAnnotations, getAnnotationsByType, getDeclaredAnnotation, getDeclaredAnnotations, getDeclaredAnnotationsByType, isAnnotationPresentAnnotatedType[] getAnnotatedBounds()