168169170171172173174175
return false; } private static boolean parameterIgnored(Object action) { if (action instanceof ParameterIgnored) return true; ActionType annot = action.getClass().getAnnotation(ActionType.class); return annot != null && annot.parameterIgnored(); }