Class TypeDescription.Generic.AnnotationReader.Dispatcher.ForJava8CapableVm.AnnotatedParameterizedType

    • Field Detail

      • executable

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

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

      • AnnotatedParameterizedType

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

      • resolve

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