public class org.springframework.transaction.interceptor.MatchAlwaysTransactionAttributeSource implements org.springframework.transaction.interceptor.TransactionAttributeSource, java.io.Serializable
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.springframework.transaction.interceptor.MatchAlwaysTransactionAttributeSource
  super_class: java.lang.Object
{
  private org.springframework.transaction.interceptor.TransactionAttribute transactionAttribute;
    descriptor: Lorg/springframework/transaction/interceptor/TransactionAttribute;
    flags: (0x0002) ACC_PRIVATE

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.springframework.transaction.interceptor.MatchAlwaysTransactionAttributeSource this
         0: .line 39
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 41
            aload 0 /* this */
            new org.springframework.transaction.interceptor.DefaultTransactionAttribute
            dup
            invokespecial org.springframework.transaction.interceptor.DefaultTransactionAttribute.<init>:()V
            putfield org.springframework.transaction.interceptor.MatchAlwaysTransactionAttributeSource.transactionAttribute:Lorg/springframework/transaction/interceptor/TransactionAttribute;
         2: .line 39
            return
        end local 0 // org.springframework.transaction.interceptor.MatchAlwaysTransactionAttributeSource this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/springframework/transaction/interceptor/MatchAlwaysTransactionAttributeSource;

  public void setTransactionAttribute(org.springframework.transaction.interceptor.TransactionAttribute);
    descriptor: (Lorg/springframework/transaction/interceptor/TransactionAttribute;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.springframework.transaction.interceptor.MatchAlwaysTransactionAttributeSource this
        start local 1 // org.springframework.transaction.interceptor.TransactionAttribute transactionAttribute
         0: .line 51
            aload 0 /* this */
            aload 1 /* transactionAttribute */
            putfield org.springframework.transaction.interceptor.MatchAlwaysTransactionAttributeSource.transactionAttribute:Lorg/springframework/transaction/interceptor/TransactionAttribute;
         1: .line 52
            return
        end local 1 // org.springframework.transaction.interceptor.TransactionAttribute transactionAttribute
        end local 0 // org.springframework.transaction.interceptor.MatchAlwaysTransactionAttributeSource this
      LocalVariableTable:
        Start  End  Slot                  Name  Signature
            0    2     0                  this  Lorg/springframework/transaction/interceptor/MatchAlwaysTransactionAttributeSource;
            0    2     1  transactionAttribute  Lorg/springframework/transaction/interceptor/TransactionAttribute;
    MethodParameters:
                      Name  Flags
      transactionAttribute  

  public org.springframework.transaction.interceptor.TransactionAttribute getTransactionAttribute(java.lang.reflect.Method, java.lang.Class<?>);
    descriptor: (Ljava/lang/reflect/Method;Ljava/lang/Class;)Lorg/springframework/transaction/interceptor/TransactionAttribute;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=3, args_size=3
        start local 0 // org.springframework.transaction.interceptor.MatchAlwaysTransactionAttributeSource this
        start local 1 // java.lang.reflect.Method method
        start local 2 // java.lang.Class targetClass
         0: .line 58
            aload 1 /* method */
            invokestatic org.springframework.util.ClassUtils.isUserLevelMethod:(Ljava/lang/reflect/Method;)Z
            ifeq 1
            aload 0 /* this */
            getfield org.springframework.transaction.interceptor.MatchAlwaysTransactionAttributeSource.transactionAttribute:Lorg/springframework/transaction/interceptor/TransactionAttribute;
            goto 2
      StackMap locals:
      StackMap stack:
         1: aconst_null
      StackMap locals:
      StackMap stack: org.springframework.transaction.interceptor.TransactionAttribute
         2: areturn
        end local 2 // java.lang.Class targetClass
        end local 1 // java.lang.reflect.Method method
        end local 0 // org.springframework.transaction.interceptor.MatchAlwaysTransactionAttributeSource this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    3     0         this  Lorg/springframework/transaction/interceptor/MatchAlwaysTransactionAttributeSource;
            0    3     1       method  Ljava/lang/reflect/Method;
            0    3     2  targetClass  Ljava/lang/Class<*>;
    Signature: (Ljava/lang/reflect/Method;Ljava/lang/Class<*>;)Lorg/springframework/transaction/interceptor/TransactionAttribute;
    RuntimeVisibleAnnotations: 
      org.springframework.lang.Nullable()
    RuntimeVisibleParameterAnnotations: 
      0:
      1:
        org.springframework.lang.Nullable()
    MethodParameters:
             Name  Flags
      method       
      targetClass  

  public boolean equals(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // org.springframework.transaction.interceptor.MatchAlwaysTransactionAttributeSource this
        start local 1 // java.lang.Object other
         0: .line 64
            aload 0 /* this */
            aload 1 /* other */
            if_acmpne 2
         1: .line 65
            iconst_1
            ireturn
         2: .line 67
      StackMap locals:
      StackMap stack:
            aload 1 /* other */
            instanceof org.springframework.transaction.interceptor.MatchAlwaysTransactionAttributeSource
            ifne 4
         3: .line 68
            iconst_0
            ireturn
         4: .line 70
      StackMap locals:
      StackMap stack:
            aload 1 /* other */
            checkcast org.springframework.transaction.interceptor.MatchAlwaysTransactionAttributeSource
            astore 2 /* otherTas */
        start local 2 // org.springframework.transaction.interceptor.MatchAlwaysTransactionAttributeSource otherTas
         5: .line 71
            aload 0 /* this */
            getfield org.springframework.transaction.interceptor.MatchAlwaysTransactionAttributeSource.transactionAttribute:Lorg/springframework/transaction/interceptor/TransactionAttribute;
            aload 2 /* otherTas */
            getfield org.springframework.transaction.interceptor.MatchAlwaysTransactionAttributeSource.transactionAttribute:Lorg/springframework/transaction/interceptor/TransactionAttribute;
            invokestatic org.springframework.util.ObjectUtils.nullSafeEquals:(Ljava/lang/Object;Ljava/lang/Object;)Z
            ireturn
        end local 2 // org.springframework.transaction.interceptor.MatchAlwaysTransactionAttributeSource otherTas
        end local 1 // java.lang.Object other
        end local 0 // org.springframework.transaction.interceptor.MatchAlwaysTransactionAttributeSource this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    6     0      this  Lorg/springframework/transaction/interceptor/MatchAlwaysTransactionAttributeSource;
            0    6     1     other  Ljava/lang/Object;
            5    6     2  otherTas  Lorg/springframework/transaction/interceptor/MatchAlwaysTransactionAttributeSource;
    MethodParameters:
       Name  Flags
      other  

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.springframework.transaction.interceptor.MatchAlwaysTransactionAttributeSource this
         0: .line 76
            ldc Lorg/springframework/transaction/interceptor/MatchAlwaysTransactionAttributeSource;
            invokevirtual java.lang.Object.hashCode:()I
            ireturn
        end local 0 // org.springframework.transaction.interceptor.MatchAlwaysTransactionAttributeSource this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/transaction/interceptor/MatchAlwaysTransactionAttributeSource;

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.springframework.transaction.interceptor.MatchAlwaysTransactionAttributeSource this
         0: .line 81
            new java.lang.StringBuilder
            dup
            aload 0 /* this */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            invokevirtual java.lang.Class.getName:()Ljava/lang/String;
            invokestatic java.lang.String.valueOf:(Ljava/lang/Object;)Ljava/lang/String;
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            ldc ": "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield org.springframework.transaction.interceptor.MatchAlwaysTransactionAttributeSource.transactionAttribute:Lorg/springframework/transaction/interceptor/TransactionAttribute;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
        end local 0 // org.springframework.transaction.interceptor.MatchAlwaysTransactionAttributeSource this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/transaction/interceptor/MatchAlwaysTransactionAttributeSource;
}
SourceFile: "MatchAlwaysTransactionAttributeSource.java"