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()186 if (field.isDeprecated() && field.getDeprecatedSince() == null) { in versionFields()205 if (method.isDeprecated() && method.getDeprecatedSince() == null) { in versionMethods()
92 public String getDeprecatedSince() { in getDeprecatedSince() method in DocInfo
330 data.setValue(base + ".deprecatedsince", getDeprecatedSince()); in makeHDF()
561 data.setValue(base + ".deprecatedsince", getDeprecatedSince()); in makeHDF()
855 data.setValue(base + ".deprecatedsince", getDeprecatedSince()); in makeShortDescrHDF()901 data.setValue("class.deprecatedsince", getDeprecatedSince()); in makeHDF()