HomeSort by relevance Sort by last modified time
    Searched refs:getDeprecatedSince (Results 1 - 5 of 5) sorted by null

  /external/doclava/src/com/google/doclava/
SinceTagger.java 146 if (doc.isDeprecated() && doc.getDeprecatedSince() == null) {
164 if (constructor.isDeprecated() && constructor.getDeprecatedSince() == null) {
187 if (field.isDeprecated() && field.getDeprecatedSince() == null) {
206 if (method.isDeprecated() && method.getDeprecatedSince() == null) {
DocInfo.java 92 public String getDeprecatedSince() {
FieldInfo.java 330 data.setValue(base + ".deprecatedsince", getDeprecatedSince());
ClassInfo.java 873 data.setValue(base + ".deprecatedsince", getDeprecatedSince());
919 data.setValue("class.deprecatedsince", getDeprecatedSince());
    [all...]
MethodInfo.java 562 data.setValue(base + ".deprecatedsince", getDeprecatedSince());

Completed in 46 milliseconds