public class org.apache.cassandra.notifications.TruncationNotification implements org.apache.cassandra.notifications.INotification
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.apache.cassandra.notifications.TruncationNotification
  super_class: java.lang.Object
{
  public final long truncatedAt;
    descriptor: J
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL

  public void <init>(long);
    descriptor: (J)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // org.apache.cassandra.notifications.TruncationNotification this
        start local 1 // long truncatedAt
         0: .line 28
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 30
            aload 0 /* this */
            lload 1 /* truncatedAt */
            putfield org.apache.cassandra.notifications.TruncationNotification.truncatedAt:J
         2: .line 31
            return
        end local 1 // long truncatedAt
        end local 0 // org.apache.cassandra.notifications.TruncationNotification this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    3     0         this  Lorg/apache/cassandra/notifications/TruncationNotification;
            0    3     1  truncatedAt  J
    MethodParameters:
             Name  Flags
      truncatedAt  
}
SourceFile: "TruncationNotification.java"