public interface org.springframework.context.annotation.DeferredImportSelector extends org.springframework.context.annotation.ImportSelector
minor version: 0
major version: 59
flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
this_class: org.springframework.context.annotation.DeferredImportSelector
super_class: java.lang.Object
{
public java.lang.Class<? extends org.springframework.context.annotation.DeferredImportSelector$Group> getImportGroup();
descriptor: ()Ljava/lang/Class;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aconst_null
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/springframework/context/annotation/DeferredImportSelector;
Signature: ()Ljava/lang/Class<+Lorg/springframework/context/annotation/DeferredImportSelector$Group;>;
RuntimeVisibleAnnotations:
org.springframework.lang.Nullable()
}
SourceFile: "DeferredImportSelector.java"
NestMembers:
org.springframework.context.annotation.DeferredImportSelector$Group org.springframework.context.annotation.DeferredImportSelector$Group$Entry
InnerClasses:
public abstract Group = org.springframework.context.annotation.DeferredImportSelector$Group of org.springframework.context.annotation.DeferredImportSelector