Class TypeDescription.Generic.AnnotationReader.Dispatcher.ForJava8CapableVm.AnnotatedExceptionType

    • Field Detail

      • executable

        private final java.lang.reflect.AccessibleObject executable
        The represented executable.
      • index

        private final int index
        The exception type's index.
    • Constructor Detail

      • AnnotatedExceptionType

        protected AnnotatedExceptionType​(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.