Class TypeDescription.Generic.AnnotationReader.Delegator.ForLoadedExecutableExceptionType

    • Constructor Detail

      • ForLoadedExecutableExceptionType

        public ForLoadedExecutableExceptionType​(java.lang.reflect.AccessibleObject executable,
                                                int index)
        Creates a new annotation reader for an annotated exception type.
        Parameters:
        executable - The represented executable.
        index - The exception type's index.
    • Method Detail

      • resolve

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