}
else if(annotation.annotationType().toString().endsWith(Constants.PLUGIN_RESPONSE_OVERRIDE_V2_CLASS)) {
com.groupon.odo.plugin.v2.ResponseOverride roAnnotation = (com.groupon.odo.plugin.v2.ResponseOverride) annotation;
description = roAnnotation.description();
argNames = roAnnotation.parameters();
newMethod.setBlockRequest(roAnnotation.blockRequest());
newMethod.setOverrideVersion(2);
}
else
continue;