209210211212213214215216217218219
return when.priority(); } } else if (annotation == Then.class) { if (method.isAnnotationPresent(Then.class)) { final Then then = method.getAnnotation(Then.class); return then.priority(); } } return 0; }