HomeSort by relevance Sort by last modified time
    Searched full:annotationdeprecated (Results 1 - 3 of 3) sorted by null

  /external/doclava/src/com/google/doclava/
FieldInfo.java 108 boolean annotationDeprecated = false;
111 annotationDeprecated = true;
116 if (commentDeprecated != annotationDeprecated) {
122 mIsDeprecated = commentDeprecated | annotationDeprecated;
MethodInfo.java 211 boolean annotationDeprecated = false;
214 annotationDeprecated = true;
219 if (commentDeprecated != annotationDeprecated) {
225 mIsDeprecated = commentDeprecated | annotationDeprecated;
ClassInfo.java 383 boolean annotationDeprecated = false;
386 annotationDeprecated = true;
391 if (commentDeprecated != annotationDeprecated) {
396 mIsDeprecated = commentDeprecated | annotationDeprecated;
    [all...]

Completed in 474 milliseconds