Module java.base

Interface AnnotatedTypeVariable

All Superinterfaces:
AnnotatedElement, AnnotatedType

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.
See Java Language Specification:
4.4 Type Variables
Since:
1.8