class org.springframework.beans.factory.support.ImplicitlyAppearedSingletonException extends java.lang.IllegalStateException
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.springframework.beans.factory.support.ImplicitlyAppearedSingletonException
  super_class: java.lang.IllegalStateException
{
  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.springframework.beans.factory.support.ImplicitlyAppearedSingletonException this
         0: .line 31
            aload 0 /* this */
            ldc "About-to-be-created singleton instance implicitly appeared through the creation of the factory bean that its bean definition points to"
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
         1: .line 33
            return
        end local 0 // org.springframework.beans.factory.support.ImplicitlyAppearedSingletonException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/springframework/beans/factory/support/ImplicitlyAppearedSingletonException;
}
SourceFile: "ImplicitlyAppearedSingletonException.java"