public abstract class com.sun.nio.sctp.AssociationChangeNotification implements com.sun.nio.sctp.Notification
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: com.sun.nio.sctp.AssociationChangeNotification
  super_class: java.lang.Object
{
  protected void <init>();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.sun.nio.sctp.AssociationChangeNotification this
         0: .line 32
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tjdk.Exported cannot be resolved to a type\n\tjdk.Exported cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.sun.nio.sctp.AssociationChangeNotification this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/nio/sctp/AssociationChangeNotification;

  public abstract com.sun.nio.sctp.Association association();
    descriptor: ()Lcom/sun/nio/sctp/Association;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract com.sun.nio.sctp.AssociationChangeNotification$AssocChangeEvent event();
    descriptor: ()Lcom/sun/nio/sctp/AssociationChangeNotification$AssocChangeEvent;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
}
SourceFile: "AssociationChangeNotification.java"
NestMembers:
  com.sun.nio.sctp.AssociationChangeNotification$AssocChangeEvent
InnerClasses:
  public final AssocChangeEvent = com.sun.nio.sctp.AssociationChangeNotification$AssocChangeEvent of com.sun.nio.sctp.AssociationChangeNotification
    RuntimeInvisibleAnnotations: 
      jdk.Exported()