if (hasPathAnnotation(mth)) {
for (Annotation annotation : mth.getAnnotations()) {
if (annotation.getParameterValue().toString().contains("javax.ws.rs.Path")) {
sink.section2();
sink.sectionTitle2();
sink.text("Path: " + annotation.getNamedParameter("value"));
sink.sectionTitle2_();
}
}
for (Annotation annotation : mth.getAnnotations()) {
if (annotation.getParameterValue().toString().contains("javax.ws.rs.Produces")) {