public interface com.oracle.truffle.api.library.ExportLibrary 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.oracle.truffle.api.library.ExportLibrary
  super_class: java.lang.Object
{
  public abstract java.lang.Class<? extends com.oracle.truffle.api.library.Library> value();
    descriptor: ()Ljava/lang/Class;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: ()Ljava/lang/Class<+Lcom/oracle/truffle/api/library/Library;>;

  public abstract java.lang.Class<?> receiverType();
    descriptor: ()Ljava/lang/Class;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: ()Ljava/lang/Class<*>;
    AnnotationDefault: Ljava/lang/Void;

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

  public abstract int priority();
    descriptor: ()I
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    AnnotationDefault: 0

  public abstract java.lang.String transitionLimit();
    descriptor: ()Ljava/lang/String;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    AnnotationDefault: ""
}
SourceFile: "ExportLibrary.java"
NestMembers:
  com.oracle.truffle.api.library.ExportLibrary$Repeat
InnerClasses:
  public abstract Repeat = com.oracle.truffle.api.library.ExportLibrary$Repeat of com.oracle.truffle.api.library.ExportLibrary
    RuntimeVisibleAnnotations: 
      java.lang.annotation.Retention(value = java.lang.annotation.RetentionPolicy.RUNTIME:Ljava/lang/annotation/RetentionPolicy;)
      java.lang.annotation.Target(value = {java.lang.annotation.ElementType.TYPE:Ljava/lang/annotation/ElementType;})
      java.lang.annotation.Repeatable(value = Lcom/oracle/truffle/api/library/ExportLibrary$Repeat;)