public interface org.eclipse.aether.SyncContext extends java.io.Closeable
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: org.eclipse.aether.SyncContext
  super_class: java.lang.Object
{
  public abstract void acquire(java.util.Collection<? extends org.eclipse.aether.artifact.Artifact>, java.util.Collection<? extends org.eclipse.aether.metadata.Metadata>);
    descriptor: (Ljava/util/Collection;Ljava/util/Collection;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Ljava/util/Collection<+Lorg/eclipse/aether/artifact/Artifact;>;Ljava/util/Collection<+Lorg/eclipse/aether/metadata/Metadata;>;)V
    MethodParameters:
           Name  Flags
      artifacts  
      metadatas  

  public abstract void close();
    descriptor: ()V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
}
SourceFile: "SyncContext.java"