Searched refs:getDeprecatedSince (Results 1 – 5 of 5) sorted by relevance
146 if (doc.isDeprecated() && doc.getDeprecatedSince() == null) { in versionClass()164 if (constructor.isDeprecated() && constructor.getDeprecatedSince() == null) { in versionConstructors()187 if (field.isDeprecated() && field.getDeprecatedSince() == null) { in versionFields()206 if (method.isDeprecated() && method.getDeprecatedSince() == null) { in versionMethods()
111 public String getDeprecatedSince() { in getDeprecatedSince() method in DocInfo
330 data.setValue(base + ".deprecatedsince", getDeprecatedSince()); in makeHDF()
588 data.setValue(base + ".deprecatedsince", getDeprecatedSince()); in makeHDF()
1191 data.setValue(base + ".deprecatedsince", getDeprecatedSince()); in makeShortDescrHDF()1261 data.setValue("class.deprecatedsince", getDeprecatedSince()); in makeHDF()