public class org.postgresql.jdbc3.Jdbc3SimpleDataSource extends org.postgresql.ds.PGSimpleDataSource
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.postgresql.jdbc3.Jdbc3SimpleDataSource
  super_class: org.postgresql.ds.PGSimpleDataSource
{
  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.postgresql.jdbc3.Jdbc3SimpleDataSource this
         0: .line 14
            aload 0 /* this */
            invokespecial org.postgresql.ds.PGSimpleDataSource.<init>:()V
            return
        end local 0 // org.postgresql.jdbc3.Jdbc3SimpleDataSource this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/postgresql/jdbc3/Jdbc3SimpleDataSource;
}
SourceFile: "Jdbc3SimpleDataSource.java"
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()