public interface org.springframework.jdbc.datasource.SmartDataSource extends javax.sql.DataSource
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: org.springframework.jdbc.datasource.SmartDataSource
  super_class: java.lang.Object
{
  public abstract boolean shouldClose(java.sql.Connection);
    descriptor: (Ljava/sql/Connection;)Z
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
      Name  Flags
      con   
}
SourceFile: "SmartDataSource.java"