public interface org.springframework.context.event.GenericApplicationListener extends org.springframework.context.ApplicationListener<org.springframework.context.ApplicationEvent>, org.springframework.core.Ordered
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: org.springframework.context.event.GenericApplicationListener
  super_class: java.lang.Object
{
  public abstract boolean supportsEventType(org.springframework.core.ResolvableType);
    descriptor: (Lorg/springframework/core/ResolvableType;)Z
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
           Name  Flags
      eventType  

  public boolean supportsSourceType(java.lang.Class<?>);
    descriptor: (Ljava/lang/Class;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // org.springframework.context.event.GenericApplicationListener this
        start local 1 // java.lang.Class sourceType
         0: .line 51
            iconst_1
            ireturn
        end local 1 // java.lang.Class sourceType
        end local 0 // org.springframework.context.event.GenericApplicationListener this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    1     0        this  Lorg/springframework/context/event/GenericApplicationListener;
            0    1     1  sourceType  Ljava/lang/Class<*>;
    Signature: (Ljava/lang/Class<*>;)Z
    RuntimeVisibleParameterAnnotations: 
      0:
        org.springframework.lang.Nullable()
    MethodParameters:
            Name  Flags
      sourceType  

  public int getOrder();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.springframework.context.event.GenericApplicationListener this
         0: .line 60
            ldc 2147483647
            ireturn
        end local 0 // org.springframework.context.event.GenericApplicationListener this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/context/event/GenericApplicationListener;
}
Signature: Ljava/lang/Object;Lorg/springframework/context/ApplicationListener<Lorg/springframework/context/ApplicationEvent;>;Lorg/springframework/core/Ordered;
SourceFile: "GenericApplicationListener.java"