Class TypeDescription.Generic.AnnotationReader.Dispatcher.ForJava8CapableVm.AnnotatedSuperClass

    • Constructor Detail

      • AnnotatedSuperClass

        protected AnnotatedSuperClass​(java.lang.Class<?> type)
        Creates a new annotation reader for an annotated super type.
        Parameters:
        type - The represented type.
    • Method Detail

      • resolve

        public java.lang.reflect.AnnotatedElement resolve()
        Description copied from interface: TypeDescription.Generic.AnnotationReader
        Resolves the underlying AnnotatedElement.
        Returns:
        The underlying annotated element.
      • equals

        public boolean equals​(java.lang.Object other)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object