AnnotatedTypeVariable
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.
- Since:
- 1.8
Methods
getAnnotatedBounds
AnnotatedType[] getAnnotatedBounds()
Returns the potentially annotated bounds of this type variable.
- Returns:
- the potentially annotated bounds of this type variable