public interface com.fasterxml.jackson.annotation.JsonSubTypes$Type extends java.lang.annotation.Annotation
  minor version: 0
  major version: 59
  flags: flags: (0x2601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT, ACC_ANNOTATION
  this_class: com.fasterxml.jackson.annotation.JsonSubTypes$Type
  super_class: java.lang.Object
{
  public abstract java.lang.Class<?> value();
    descriptor: ()Ljava/lang/Class;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: ()Ljava/lang/Class<*>;

  public abstract java.lang.String name();
    descriptor: ()Ljava/lang/String;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    AnnotationDefault: ""

  public abstract java.lang.String[] names();
    descriptor: ()[Ljava/lang/String;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    AnnotationDefault: {}
}
SourceFile: "JsonSubTypes.java"
NestHost: com.fasterxml.jackson.annotation.JsonSubTypes
InnerClasses:
  public abstract Type = com.fasterxml.jackson.annotation.JsonSubTypes$Type of com.fasterxml.jackson.annotation.JsonSubTypes