public interface org.springframework.core.type.classreading.MetadataReader
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: org.springframework.core.type.classreading.MetadataReader
  super_class: java.lang.Object
{
  public abstract org.springframework.core.io.Resource getResource();
    descriptor: ()Lorg/springframework/core/io/Resource;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract org.springframework.core.type.ClassMetadata getClassMetadata();
    descriptor: ()Lorg/springframework/core/type/ClassMetadata;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract org.springframework.core.type.AnnotationMetadata getAnnotationMetadata();
    descriptor: ()Lorg/springframework/core/type/AnnotationMetadata;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
}
SourceFile: "MetadataReader.java"