public class org.springframework.jca.context.ResourceAdapterApplicationContext
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.springframework.jca.context.ResourceAdapterApplicationContext
  super_class: java.lang.Object
{
  private final BootstrapContext bootstrapContext;
    descriptor: LBootstrapContext;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>(BootstrapContext);
    descriptor: (LBootstrapContext;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.springframework.jca.context.ResourceAdapterApplicationContext this
         0: .line 19
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import javax.resource cannot be resolved\n\tThe import javax.resource cannot be resolved\n\tThe import org.springframework.context cannot be resolved\n\tGenericApplicationContext cannot be resolved to a type\n\tBootstrapContext cannot be resolved to a type\n\tBootstrapContext cannot be resolved to a type\n\tBootstrapContext cannot be resolved to a type\n\tThe method postProcessBeanFactory(ConfigurableListableBeanFactory) of type ResourceAdapterApplicationContext must override or implement a supertype method\n\tBootstrapContext cannot be resolved to a type\n\tBootstrapContext cannot be resolved to a type\n\tBootstrapContext cannot be resolved to a type\n\tWorkManager cannot be resolved to a type\n\tWorkManager cannot be resolved to a type\n\tBootstrapContext cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.jca.context.ResourceAdapterApplicationContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/jca/context/ResourceAdapterApplicationContext;
    MethodParameters:
                  Name  Flags
      bootstrapContext  

  protected void postProcessBeanFactory(org.springframework.beans.factory.config.ConfigurableListableBeanFactory);
    descriptor: (Lorg/springframework/beans/factory/config/ConfigurableListableBeanFactory;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.springframework.jca.context.ResourceAdapterApplicationContext this
         0: .line 56
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe method postProcessBeanFactory(ConfigurableListableBeanFactory) of type ResourceAdapterApplicationContext must override or implement a supertype method\n\tBootstrapContext cannot be resolved to a type\n\tBootstrapContext cannot be resolved to a type\n\tBootstrapContext cannot be resolved to a type\n\tWorkManager cannot be resolved to a type\n\tWorkManager cannot be resolved to a type\n\tBootstrapContext cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.jca.context.ResourceAdapterApplicationContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/jca/context/ResourceAdapterApplicationContext;
    Exceptions:
      throws org.springframework.beans.BeansException
    MethodParameters:
             Name  Flags
      beanFactory  
}
SourceFile: "ResourceAdapterApplicationContext.java"