@Override public String getVersion() { JavaDoc.JavaDocTagList tags = this.webMethod.getJavaDoc().get("version"); return tags == null ? null : tags.toString(); }
@Override public String getSince() { JavaDoc.JavaDocTagList tags = this.webMethod.getJavaDoc().get("since"); return tags == null ? null : tags.toString(); }