interface org.apache.commons.configuration2.tree.InMemoryNodeModel$TransactionInitializer
  minor version: 0
  major version: 59
  flags: flags: (0x0600) ACC_INTERFACE, ACC_ABSTRACT
  this_class: org.apache.commons.configuration2.tree.InMemoryNodeModel$TransactionInitializer
  super_class: java.lang.Object
{
  public abstract boolean initTransaction(org.apache.commons.configuration2.tree.ModelTransaction);
    descriptor: (Lorg/apache/commons/configuration2/tree/ModelTransaction;)Z
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
      Name  Flags
      tx    
}
SourceFile: "InMemoryNodeModel.java"
NestHost: org.apache.commons.configuration2.tree.InMemoryNodeModel
InnerClasses:
  private abstract TransactionInitializer = org.apache.commons.configuration2.tree.InMemoryNodeModel$TransactionInitializer of org.apache.commons.configuration2.tree.InMemoryNodeModel