Class TypeDescription.Generic.AnnotationReader.Delegator.ForLoadedTypeVariable

    • Field Detail

      • typeVariable

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

      • ForLoadedTypeVariable

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