taikoo / paoding-rose

Automatically exported from code.google.com/p/paoding-rose
0 stars 0 forks source link

BUG : ControllerInterceptorAdapter.java #17

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
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