Sign in
chromium
/
external
/
github.com
/
google
/
error-prone
/
refs/heads/copybara-sync
/
.
/
docs
/
bugpattern
/
ScopeOnModule.md
blob: 71bed8bec2c3f31a97d8643f61ccbfa628db3b26 [
file
] [
log
] [
blame
] [
view
] [
edit
]
Scopes
on modules have
no
function
and
are often incorrectly assumed to apply
the scope to every binding method
in
the
module
.
This
check removes all scope
annotations
from
any
class
annotated
with
`@Module`
or
`@ProducerModule`
.