Class TypeDescription.Generic.AnnotationReader.Dispatcher.ForJava8CapableVm.AnnotatedReturnType

    • Field Detail

      • method

        private final java.lang.reflect.Method method
        The represented method.
    • Constructor Detail

      • AnnotatedReturnType

        protected AnnotatedReturnType​(java.lang.reflect.Method method)
        Creates a new annotation reader for an annotated return type.
        Parameters:
        method - The represented method.
    • Method Detail

      • resolve

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