public interface javax.xml.bind.annotation.XmlSchemaType extends java.lang.annotation.Annotation
  minor version: 0
  major version: 59
  flags: flags: (0x2601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT, ACC_ANNOTATION
  this_class: javax.xml.bind.annotation.XmlSchemaType
  super_class: java.lang.Object
{
  public abstract java.lang.String name();
    descriptor: ()Ljava/lang/String;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract java.lang.String namespace();
    descriptor: ()Ljava/lang/String;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    AnnotationDefault: "http://www.w3.org/2001/XMLSchema"

  public abstract java.lang.Class type();
    descriptor: ()Ljava/lang/Class;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    AnnotationDefault: Ljavax/xml/bind/annotation/XmlSchemaType$DEFAULT;
}
SourceFile: "XmlSchemaType.java"
NestMembers:
  javax.xml.bind.annotation.XmlSchemaType$DEFAULT
InnerClasses:
  public final DEFAULT = javax.xml.bind.annotation.XmlSchemaType$DEFAULT of javax.xml.bind.annotation.XmlSchemaType
    RuntimeVisibleAnnotations: 
      java.lang.annotation.Retention(value = java.lang.annotation.RetentionPolicy.RUNTIME:Ljava/lang/annotation/RetentionPolicy;)
      java.lang.annotation.Target(value = {java.lang.annotation.ElementType.FIELD:Ljava/lang/annotation/ElementType;, java.lang.annotation.ElementType.METHOD:Ljava/lang/annotation/ElementType;, java.lang.annotation.ElementType.PACKAGE:Ljava/lang/annotation/ElementType;})