public class org.springframework.boot.context.event.ApplicationStartingEvent extends org.springframework.boot.context.event.SpringApplicationEvent
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: org.springframework.boot.context.event.ApplicationStartingEvent
super_class: org.springframework.boot.context.event.SpringApplicationEvent
{
public void <init>(org.springframework.boot.SpringApplication, java.lang.String[]);
descriptor: (Lorg/springframework/boot/SpringApplication;[Ljava/lang/String;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=3, args_size=3
start local 0 // org.springframework.boot.context.event.ApplicationStartingEvent this
start local 1 // org.springframework.boot.SpringApplication application
start local 2 // java.lang.String[] args
0: .line 44
aload 0 /* this */
aload 1 /* application */
aload 2 /* args */
invokespecial org.springframework.boot.context.event.SpringApplicationEvent.<init>:(Lorg/springframework/boot/SpringApplication;[Ljava/lang/String;)V
1: .line 45
return
end local 2 // java.lang.String[] args
end local 1 // org.springframework.boot.SpringApplication application
end local 0 // org.springframework.boot.context.event.ApplicationStartingEvent this
LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lorg/springframework/boot/context/event/ApplicationStartingEvent;
0 2 1 application Lorg/springframework/boot/SpringApplication;
0 2 2 args [Ljava/lang/String;
MethodParameters:
Name Flags
application
args
}
SourceFile: "ApplicationStartingEvent.java"