public abstract class org.springframework.context.'annotation'.AdviceModeImportSelector extends java.lang.Object implements org.springframework.context.'annotation'.ImportSelector
{
public static final java.lang.String DEFAULT_ADVICE_MODE_ATTRIBUTE_NAME;
public void <init>()
{
org.springframework.context.'annotation'.AdviceModeImportSelector v;
v := @this: org.springframework.context.'annotation'.AdviceModeImportSelector;
specialinvoke v.<java.lang.Object: void <init>()>();
return;
}
protected java.lang.String getAdviceModeAttributeName()
{
org.springframework.context.'annotation'.AdviceModeImportSelector v;
v := @this: org.springframework.context.'annotation'.AdviceModeImportSelector;
return "mode";
}
public final java.lang.String[] selectImports(org.springframework.core.type.AnnotationMetadata)
{
java.lang.Object[] v;
org.springframework.core.type.AnnotationMetadata v;
java.lang.String[] v;
java.lang.IllegalArgumentException v, v;
java.lang.Enum v;
java.lang.Class v, v;
org.springframework.core.'annotation'.AnnotationAttributes v;
java.lang.String v, v, v, v, v;
org.springframework.context.'annotation'.AdviceModeImportSelector v;
v := @this: org.springframework.context.'annotation'.AdviceModeImportSelector;
v := @parameter: org.springframework.core.type.AnnotationMetadata;
v = virtualinvoke v.<java.lang.Object: java.lang.Class getClass()>();
v = staticinvoke <org.springframework.core.GenericTypeResolver: java.lang.Class resolveTypeArgument(java.lang.Class,java.lang.Class)>(v, class "Lorg/springframework/context/annotation/AdviceModeImportSelector;");
v = staticinvoke <org.springframework.context.'annotation'.AnnotationConfigUtils: org.springframework.core.'annotation'.AnnotationAttributes attributesFor(org.springframework.core.type.AnnotatedTypeMetadata,java.lang.Class)>(v, v);
if v != null goto label;
v = new java.lang.IllegalArgumentException;
v = newarray (java.lang.Object)[2];
v = virtualinvoke v.<java.lang.Class: java.lang.String getSimpleName()>();
v[0] = v;
v = interfaceinvoke v.<org.springframework.core.type.AnnotationMetadata: java.lang.String getClassName()>();
v[1] = v;
v = staticinvoke <java.lang.String: java.lang.String format(java.lang.String,java.lang.Object[])>("@%s is not present on importing class \'%s\' as expected", v);
specialinvoke v.<java.lang.IllegalArgumentException: void <init>(java.lang.String)>(v);
throw v;
label:
v = virtualinvoke v.<org.springframework.context.'annotation'.AdviceModeImportSelector: java.lang.String getAdviceModeAttributeName()>();
v = virtualinvoke v.<org.springframework.core.'annotation'.AnnotationAttributes: java.lang.Enum getEnum(java.lang.String)>(v);
v = virtualinvoke v.<org.springframework.context.'annotation'.AdviceModeImportSelector: java.lang.String[] selectImports(org.springframework.context.'annotation'.AdviceMode)>(v);
if v != null goto label;
v = new java.lang.IllegalArgumentException;
v = dynamicinvoke "makeConcatWithConstants" <java.lang.String (org.springframework.context.'annotation'.AdviceMode)>(v) <java.lang.invoke.StringConcatFactory: java.lang.invoke.CallSite makeConcatWithConstants(java.lang.invoke.MethodHandles$Lookup,java.lang.String,java.lang.invoke.MethodType,java.lang.String,java.lang.Object[])>("Unknown AdviceMode: \u0001");
specialinvoke v.<java.lang.IllegalArgumentException: void <init>(java.lang.String)>(v);
throw v;
label:
return v;
}
protected abstract java.lang.String[] selectImports(org.springframework.context.'annotation'.AdviceMode);
}