Class TypeDescription.Generic.AnnotationReader.Dispatcher.ForJava8CapableVm.AnnotatedSuperClass

    • Field Detail

      • type

        private final java.lang.Class<?> type
        The represented type.
    • Constructor Detail

      • AnnotatedSuperClass

        protected AnnotatedSuperClass​(java.lang.Class<?> type)
        Creates a new annotation reader for an annotated super type.
        Parameters:
        type - The represented type.
    • Method Detail

      • resolve

        public java.lang.reflect.AnnotatedElement resolve()
        Resolves the underlying AnnotatedElement.
        Returns:
        The underlying annotated element.