}
if (!reflectionMethod.getReturnType().equals(Void.TYPE)) {
this.info.setResult(result);
Type returnType = reflectionMethod.getGenericReturnType();
outjectResultEvent.fire(new OutjectResultEvent(returnType));
}
stack.next(method, controllerInstance);
} catch (IllegalArgumentException e) {
throw new InterceptionException(e);
} catch (MethodExecutorException e) {