Class TypeDescription.Generic.AnnotationReader.Dispatcher.ForJava8CapableVm.AnnotatedTypeVariableType

    • Field Detail

      • typeVariable

        private final java.lang.reflect.TypeVariable<?> typeVariable
        The represented type variable.
    • Constructor Detail

      • AnnotatedTypeVariableType

        protected AnnotatedTypeVariableType​(java.lang.reflect.TypeVariable<?> typeVariable)
        Creates a new annotation reader for the given type variable.
        Parameters:
        typeVariable - The represented type variable.