class org.springframework.context.annotation.BeanMethod$NonOverridableMethodError extends org.springframework.beans.factory.parsing.Problem
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: org.springframework.context.annotation.BeanMethod$NonOverridableMethodError
super_class: org.springframework.beans.factory.parsing.Problem
{
final org.springframework.context.annotation.BeanMethod this$0;
descriptor: Lorg/springframework/context/annotation/BeanMethod;
flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC
public void <init>(org.springframework.context.annotation.BeanMethod);
descriptor: (Lorg/springframework/context/annotation/BeanMethod;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=6, locals=2, args_size=2
start local 0 // org.springframework.context.annotation.BeanMethod$NonOverridableMethodError this
0: .line 58
aload 0 /* this */
aload 1
putfield org.springframework.context.annotation.BeanMethod$NonOverridableMethodError.this$0:Lorg/springframework/context/annotation/BeanMethod;
1: .line 59
aload 0 /* this */
ldc "@Bean method '%s' must not be private or final; change the method's modifiers to continue"
iconst_1
anewarray java.lang.Object
dup
iconst_0
2: .line 60
aload 1
invokevirtual org.springframework.context.annotation.BeanMethod.getMetadata:()Lorg/springframework/core/type/MethodMetadata;
invokeinterface org.springframework.core.type.MethodMetadata.getMethodName:()Ljava/lang/String;
aastore
3: .line 59
invokestatic java.lang.String.format:(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
4: .line 60
aload 1
invokevirtual org.springframework.context.annotation.BeanMethod.getResourceLocation:()Lorg/springframework/beans/factory/parsing/Location;
invokespecial org.springframework.beans.factory.parsing.Problem.<init>:(Ljava/lang/String;Lorg/springframework/beans/factory/parsing/Location;)V
5: .line 61
return
end local 0 // org.springframework.context.annotation.BeanMethod$NonOverridableMethodError this
LocalVariableTable:
Start End Slot Name Signature
0 6 0 this Lorg/springframework/context/annotation/BeanMethod$NonOverridableMethodError;
MethodParameters:
Name Flags
this$0 final
}
SourceFile: "BeanMethod.java"
NestHost: org.springframework.context.annotation.BeanMethod
InnerClasses:
private NonOverridableMethodError = org.springframework.context.annotation.BeanMethod$NonOverridableMethodError of org.springframework.context.annotation.BeanMethod