Sign in
chromium
/
external
/
github.com
/
google
/
error-prone
/
refs/heads/test_613261091
/
.
/
docs
/
bugpattern
/
CompatibleWithAnnotationMisuse.md
blob: c333d48888bbbc2188c9a4358504a8445b25acd2 [
file
] [
view
] [
edit
]
The
`@CompatibleWith`
annotation
is
used to mark parameters that need extra type
checking on arguments passed to the method
.
The
annotation was
not
appropriately
placed on a parameter
with
a valid type argument
.
See
the javadoc
for
more
details
.