3031323334353637383940
Method methodToReturn = null; boolean found = false; for (Method method : methods) { InitMethod annotation = method.getAnnotation(InitMethod.class); if (annotation != null) { found = checkAnnotation(actionBeanClass, found, method); if (found) {