this.instruction = method.invoke(controller, rose.getInvocation()
.getMethodParameters());
// @Return
if (this.instruction == null) {
Return returnAnnotation = method.getAnnotation(Return.class);
if (returnAnnotation != null) {
this.instruction = returnAnnotation.value();
}
}
return this.instruction;
}
throw new IndexOutOfBoundsException(