Class TypeDescription.Generic.AnnotationReader.Delegator.ForLoadedSuperClass

java.lang.Object
net.bytebuddy.description.type.TypeDescription.Generic.AnnotationReader.Delegator
net.bytebuddy.description.type.TypeDescription.Generic.AnnotationReader.Delegator.ForLoadedSuperClass
All Implemented Interfaces:
TypeDescription.Generic.AnnotationReader
Enclosing class:
TypeDescription.Generic.AnnotationReader.Delegator

@Enhance(includeSyntheticFields=true) public static class TypeDescription.Generic.AnnotationReader.Delegator.ForLoadedSuperClass extends TypeDescription.Generic.AnnotationReader.Delegator
A delegating annotation reader for an annotated super type.
  • Field Details

    • type

      private final Class<?> type
      The represented type.
  • Constructor Details

    • ForLoadedSuperClass

      public ForLoadedSuperClass(Class<?> type)
      Creates a new annotation reader for an annotated super type.
      Parameters:
      type - The represented type.
  • Method Details