public class org.springframework.scheduling.annotation.SchedulingConfiguration
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: org.springframework.scheduling.annotation.SchedulingConfiguration
super_class: java.lang.Object
{
public void <init>();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 // org.springframework.scheduling.annotation.SchedulingConfiguration this
0: .line 40
aload 0 /* this */
invokespecial java.lang.Object.<init>:()V
return
end local 0 // org.springframework.scheduling.annotation.SchedulingConfiguration this
LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/springframework/scheduling/annotation/SchedulingConfiguration;
public org.springframework.scheduling.annotation.ScheduledAnnotationBeanPostProcessor scheduledAnnotationProcessor();
descriptor: ()Lorg/springframework/scheduling/annotation/ScheduledAnnotationBeanPostProcessor;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 // org.springframework.scheduling.annotation.SchedulingConfiguration this
0: .line 45
new org.springframework.scheduling.annotation.ScheduledAnnotationBeanPostProcessor
dup
invokespecial org.springframework.scheduling.annotation.ScheduledAnnotationBeanPostProcessor.<init>:()V
areturn
end local 0 // org.springframework.scheduling.annotation.SchedulingConfiguration this
LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/springframework/scheduling/annotation/SchedulingConfiguration;
RuntimeVisibleAnnotations:
org.springframework.context.annotation.Bean(name = {"org.springframework.context.annotation.internalScheduledAnnotationProcessor"})
org.springframework.context.annotation.Role(value = 2)
}
SourceFile: "SchedulingConfiguration.java"
RuntimeVisibleAnnotations:
org.springframework.context.annotation.Configuration()
org.springframework.context.annotation.Role(value = 2)