Class TypeDescription.Generic.AnnotationReader.Dispatcher.ForJava8CapableVm.AnnotatedInterfaceType

    • Field Detail

      • type

        private final java.lang.Class<?> type
        The represented interface type.
      • index

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

      • AnnotatedInterfaceType

        protected AnnotatedInterfaceType​(java.lang.Class<?> type,
                                         int index)
        Creates a new annotation reader for an annotated interface type.
        Parameters:
        type - The represented interface type.
        index - The interface type's index.
    • Method Detail

      • resolve

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