public interface com.datastax.oss.driver.api.core.detach.AttachmentPoint
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: com.datastax.oss.driver.api.core.detach.AttachmentPoint
  super_class: java.lang.Object
{
  public static final com.datastax.oss.driver.api.core.detach.AttachmentPoint NONE;
    descriptor: Lcom/datastax/oss/driver/api/core/detach/AttachmentPoint;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=0, args_size=0
         0: .line 26
            new com.datastax.oss.driver.api.core.detach.AttachmentPoint$1
            dup
            invokespecial com.datastax.oss.driver.api.core.detach.AttachmentPoint$1.<init>:()V
         1: .line 25
            putstatic com.datastax.oss.driver.api.core.detach.AttachmentPoint.NONE:Lcom/datastax/oss/driver/api/core/detach/AttachmentPoint;
         2: .line 38
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public abstract com.datastax.oss.driver.api.core.ProtocolVersion getProtocolVersion();
    descriptor: ()Lcom/datastax/oss/driver/api/core/ProtocolVersion;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    RuntimeInvisibleAnnotations: 
      edu.umd.cs.findbugs.annotations.NonNull()

  public abstract com.datastax.oss.driver.api.core.type.codec.registry.CodecRegistry getCodecRegistry();
    descriptor: ()Lcom/datastax/oss/driver/api/core/type/codec/registry/CodecRegistry;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    RuntimeInvisibleAnnotations: 
      edu.umd.cs.findbugs.annotations.NonNull()
}
SourceFile: "AttachmentPoint.java"
NestMembers:
  com.datastax.oss.driver.api.core.detach.AttachmentPoint$1
InnerClasses:
  com.datastax.oss.driver.api.core.detach.AttachmentPoint$1