}
for (Annotation annotation : mth.getAnnotations()) {
if (annotation.getParameterValue().toString().contains("javax.ws.rs.Produces")) {
sink.bold();
sink.text("Produces: " + annotation.getNamedParameter("value"));
sink.bold_();
sink.lineBreak();
sink.lineBreak();
} else if (annotation.getParameterValue().toString()
.contains("javax.ws.rs") && !annotation.getParameterValue().toString()
.contains("javax.ws.rs.Path")) {