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
    • Method Detail

      • getAnnotatedBounds

        AnnotatedType[] getAnnotatedBounds()
        Returns the potentially annotated bounds of this type variable.
        Returns:
        the potentially annotated bounds of this type variable