@ -86,17 +86,11 @@ public class GenericApplicationListenerAdapter implements GenericApplicationList
@@ -86,17 +86,11 @@ public class GenericApplicationListenerAdapter implements GenericApplicationList
@ -105,4 +99,10 @@ public class GenericApplicationListenerAdapter implements GenericApplicationList
@@ -105,4 +99,10 @@ public class GenericApplicationListenerAdapter implements GenericApplicationList
@ -48,6 +50,10 @@ public class ReflectiveMethodExecutor implements MethodExecutor {
@@ -48,6 +50,10 @@ public class ReflectiveMethodExecutor implements MethodExecutor {
privatebooleanargumentConversionOccurred=false;
/**
*Createanewexecutorforthegivenmethod.
*@parammethodthemethodtoinvoke
*/
publicReflectiveMethodExecutor(Methodmethod){
this.method=method;
if(method.isVarArgs()){
@ -60,6 +66,9 @@ public class ReflectiveMethodExecutor implements MethodExecutor {
@@ -60,6 +66,9 @@ public class ReflectiveMethodExecutor implements MethodExecutor {
@ -68,21 +77,22 @@ public class ReflectiveMethodExecutor implements MethodExecutor {
@@ -68,21 +77,22 @@ public class ReflectiveMethodExecutor implements MethodExecutor {
@ -92,12 +102,8 @@ public class ReflectiveMethodExecutor implements MethodExecutor {
@@ -92,12 +102,8 @@ public class ReflectiveMethodExecutor implements MethodExecutor {