4243444546474849505152
return; } final Method[] methods = cls.getMethods(); for (final Method method : methods) { final Ignore annotation = getAnnotation(method, Ignore.class); if (annotation != null) { methodRemover.removeMethod(method); } } }