public interface com.sun.xml.internal.bind.v2.model.runtime.RuntimeElementPropertyInfo extends com.sun.xml.internal.bind.v2.model.core.ElementPropertyInfo<java.lang.reflect.Type, java.lang.Class>, com.sun.xml.internal.bind.v2.model.runtime.RuntimePropertyInfo
  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.RuntimeElementPropertyInfo
  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 java.util.List<? extends com.sun.xml.internal.bind.v2.model.runtime.RuntimeTypeRef> getTypes();
    descriptor: ()Ljava/util/List;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: ()Ljava/util/List<+Lcom/sun/xml/internal/bind/v2/model/runtime/RuntimeTypeRef;>;
}
Signature: Ljava/lang/Object;Lcom/sun/xml/internal/bind/v2/model/core/ElementPropertyInfo<Ljava/lang/reflect/Type;Ljava/lang/Class;>;Lcom/sun/xml/internal/bind/v2/model/runtime/RuntimePropertyInfo;
SourceFile: "RuntimeElementPropertyInfo.java"