public class org.springframework.dao.annotation.PersistenceExceptionTranslationAdvisor
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.springframework.dao.annotation.PersistenceExceptionTranslationAdvisor
  super_class: java.lang.Object
{
  private final org.springframework.dao.support.PersistenceExceptionTranslationInterceptor advice;
    descriptor: Lorg/springframework/dao/support/PersistenceExceptionTranslationInterceptor;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final AnnotationMatchingPointcut pointcut;
    descriptor: LAnnotationMatchingPointcut;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>(org.springframework.dao.support.PersistenceExceptionTranslator, java.lang.Class<? extends java.lang.annotation.Annotation>);
    descriptor: (Lorg/springframework/dao/support/PersistenceExceptionTranslator;Ljava/lang/Class;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.springframework.dao.annotation.PersistenceExceptionTranslationAdvisor this
         0: .line 21
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import org.aopalliance cannot be resolved\n\tThe import org.springframework.aop cannot be resolved\n\tThe import org.springframework.aop cannot be resolved\n\tThe import org.springframework.aop cannot be resolved\n\tAbstractPointcutAdvisor cannot be resolved to a type\n\tAnnotationMatchingPointcut cannot be resolved to a type\n\tAnnotationMatchingPointcut cannot be resolved to a type\n\tAnnotationMatchingPointcut cannot be resolved to a type\n\tAnnotationMatchingPointcut cannot be resolved to a type\n\tAnnotationMatchingPointcut cannot be resolved to a type\n\tAdvice cannot be resolved to a type\n\tThe method getAdvice() of type PersistenceExceptionTranslationAdvisor must override or implement a supertype method\n\tPointcut cannot be resolved to a type\n\tThe method getPointcut() of type PersistenceExceptionTranslationAdvisor must override or implement a supertype method\n\tAnnotationMatchingPointcut cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.dao.annotation.PersistenceExceptionTranslationAdvisor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/dao/annotation/PersistenceExceptionTranslationAdvisor;
    Signature: (Lorg/springframework/dao/support/PersistenceExceptionTranslator;Ljava/lang/Class<+Ljava/lang/annotation/Annotation;>;)V
    MethodParameters:
                                Name  Flags
      persistenceExceptionTranslator  
      repositoryAnnotationType        

  void <init>(org.springframework.beans.factory.ListableBeanFactory, java.lang.Class<? extends java.lang.annotation.Annotation>);
    descriptor: (Lorg/springframework/beans/factory/ListableBeanFactory;Ljava/lang/Class;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.springframework.dao.annotation.PersistenceExceptionTranslationAdvisor this
         0: .line 21
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import org.aopalliance cannot be resolved\n\tThe import org.springframework.aop cannot be resolved\n\tThe import org.springframework.aop cannot be resolved\n\tThe import org.springframework.aop cannot be resolved\n\tAbstractPointcutAdvisor cannot be resolved to a type\n\tAnnotationMatchingPointcut cannot be resolved to a type\n\tAnnotationMatchingPointcut cannot be resolved to a type\n\tAnnotationMatchingPointcut cannot be resolved to a type\n\tAnnotationMatchingPointcut cannot be resolved to a type\n\tAnnotationMatchingPointcut cannot be resolved to a type\n\tAdvice cannot be resolved to a type\n\tThe method getAdvice() of type PersistenceExceptionTranslationAdvisor must override or implement a supertype method\n\tPointcut cannot be resolved to a type\n\tThe method getPointcut() of type PersistenceExceptionTranslationAdvisor must override or implement a supertype method\n\tAnnotationMatchingPointcut cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.dao.annotation.PersistenceExceptionTranslationAdvisor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/dao/annotation/PersistenceExceptionTranslationAdvisor;
    Signature: (Lorg/springframework/beans/factory/ListableBeanFactory;Ljava/lang/Class<+Ljava/lang/annotation/Annotation;>;)V
    MethodParameters:
                          Name  Flags
      beanFactory               
      repositoryAnnotationType  

  public Advice getAdvice();
    descriptor: ()LAdvice;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.springframework.dao.annotation.PersistenceExceptionTranslationAdvisor this
         0: .line 77
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tAdvice cannot be resolved to a type\n\tThe method getAdvice() of type PersistenceExceptionTranslationAdvisor must override or implement a supertype method\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.dao.annotation.PersistenceExceptionTranslationAdvisor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/dao/annotation/PersistenceExceptionTranslationAdvisor;

  public Pointcut getPointcut();
    descriptor: ()LPointcut;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.springframework.dao.annotation.PersistenceExceptionTranslationAdvisor this
         0: .line 82
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tPointcut cannot be resolved to a type\n\tThe method getPointcut() of type PersistenceExceptionTranslationAdvisor must override or implement a supertype method\n\tAnnotationMatchingPointcut cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.dao.annotation.PersistenceExceptionTranslationAdvisor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/dao/annotation/PersistenceExceptionTranslationAdvisor;
}
SourceFile: "PersistenceExceptionTranslationAdvisor.java"