if (actionMethod.isAnnotationPresent(denyAnnotation))
return checkAnnotation(actionMethod.getAnnotation(denyAnnotation));
if (controllerClazz.isAnnotationPresent(denyAnnotation)) {
return checkAnnotation(actionMethod.getAnnotation(denyAnnotation));
both check method's annotation
Original issue reported on code.google.com by Buaag...@gmail.com on 9 Feb 2012 at 9:07
Original issue reported on code.google.com by
Buaag...@gmail.com
on 9 Feb 2012 at 9:07