public interface com.sun.xml.internal.bind.v2.model.runtime.RuntimePropertyInfo extends com.sun.xml.internal.bind.v2.model.core.PropertyInfo<java.lang.reflect.Type, java.lang.Class>
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: com.sun.xml.internal.bind.v2.model.runtime.RuntimePropertyInfo
  super_class: java.lang.Object
{
  public abstract java.util.Collection<? extends com.sun.xml.internal.bind.v2.model.runtime.RuntimeTypeInfo> ref();
    descriptor: ()Ljava/util/Collection;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: ()Ljava/util/Collection<+Lcom/sun/xml/internal/bind/v2/model/runtime/RuntimeTypeInfo;>;

  public abstract com.sun.xml.internal.bind.v2.runtime.reflect.Accessor getAccessor();
    descriptor: ()Lcom/sun/xml/internal/bind/v2/runtime/reflect/Accessor;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract boolean elementOnlyContent();
    descriptor: ()Z
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract java.lang.reflect.Type getRawType();
    descriptor: ()Ljava/lang/reflect/Type;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract java.lang.reflect.Type getIndividualType();
    descriptor: ()Ljava/lang/reflect/Type;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
}
Signature: Ljava/lang/Object;Lcom/sun/xml/internal/bind/v2/model/core/PropertyInfo<Ljava/lang/reflect/Type;Ljava/lang/Class;>;
SourceFile: "RuntimePropertyInfo.java"