Class TypeDescription.Generic.AnnotationReader.Delegator.ForLoadedExecutableParameterType

    • Constructor Detail

      • ForLoadedExecutableParameterType

        public ForLoadedExecutableParameterType​(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.