Sign in
chromium
/
external
/
github.com
/
google
/
error-prone
/
refs/heads/master
/
.
/
docs
/
bugpattern
/
DepAnn.md
blob: c809f33cb95fdcbd8bb11d9c520f7d4532bcce77 [
file
] [
view
] [
edit
]
A declaration has the
`@deprecated`
Javadoc
tag but
no
`@Deprecated`
annotation
.
Please
add an
`@Deprecated`
annotation to
this
declaration
in
addition to the
`@deprecated`
tag
in
the
Javadoc
.