Class AnnotatedTypeVariableImpl

  • All Implemented Interfaces:
    java.lang.reflect.AnnotatedElement, java.lang.reflect.AnnotatedType, java.lang.reflect.AnnotatedTypeVariable

    class AnnotatedTypeVariableImpl
    extends AnnotatedTypeImpl
    implements java.lang.reflect.AnnotatedTypeVariable
    • Field Detail

      • annotatedBounds

        private java.lang.reflect.AnnotatedType[] annotatedBounds
    • Constructor Detail

      • AnnotatedTypeVariableImpl

        AnnotatedTypeVariableImpl​(java.lang.reflect.TypeVariable<?> type)
      • AnnotatedTypeVariableImpl

        AnnotatedTypeVariableImpl​(java.lang.reflect.TypeVariable<?> type,
                                  java.lang.annotation.Annotation[] annotations)
    • Method Detail

      • getAnnotatedBounds

        public java.lang.reflect.AnnotatedType[] getAnnotatedBounds()
        Specified by:
        getAnnotatedBounds in interface java.lang.reflect.AnnotatedTypeVariable