@ -126,10 +126,10 @@ public class ApplicationListenerMethodAdapter implements GenericApplicationListe
@@ -126,10 +126,10 @@ public class ApplicationListenerMethodAdapter implements GenericApplicationListe
"Maximum one parameter is allowed for event listener method: "+method);
thrownewIllegalStateException("Maximum one parameter is allowed for event listener method: "+method);
}
if(ann!=null){
@ -156,6 +156,35 @@ public class ApplicationListenerMethodAdapter implements GenericApplicationListe
@@ -156,6 +156,35 @@ public class ApplicationListenerMethodAdapter implements GenericApplicationListe
@ -167,7 +196,7 @@ public class ApplicationListenerMethodAdapter implements GenericApplicationListe
@@ -167,7 +196,7 @@ public class ApplicationListenerMethodAdapter implements GenericApplicationListe
@ -222,22 +251,11 @@ public class ApplicationListenerMethodAdapter implements GenericApplicationListe
@@ -222,22 +251,11 @@ public class ApplicationListenerMethodAdapter implements GenericApplicationListe
@ -274,11 +292,10 @@ public class ApplicationListenerMethodAdapter implements GenericApplicationListe
@@ -274,11 +292,10 @@ public class ApplicationListenerMethodAdapter implements GenericApplicationListe
if(args==null){
returnfalse;
}
Stringcondition=getCondition();
if(StringUtils.hasText(condition)){
if(StringUtils.hasText(this.condition)){
Assert.notNull(this.evaluator,"EventExpressionEvaluator must not be null");
@ -402,24 +419,6 @@ public class ApplicationListenerMethodAdapter implements GenericApplicationListe
@@ -402,24 +419,6 @@ public class ApplicationListenerMethodAdapter implements GenericApplicationListe
@ -427,7 +426,7 @@ public class ApplicationListenerMethodAdapter implements GenericApplicationListe
@@ -427,7 +426,7 @@ public class ApplicationListenerMethodAdapter implements GenericApplicationListe