Sign in
chromium
/
external
/
github.com
/
google
/
error-prone
/
refs/heads/copybara-sync
/
.
/
docs
/
bugpattern
/
ProvidesMethodOutsideOfModule.md
blob: d1fef15a21944ab0f55bf816ea47385b0b57d1b0 [
file
] [
log
] [
blame
] [
view
] [
edit
]
Guice
`@Provides`
methods annotate methods that are used
as
a means of declaring
bindings
.
However
,
this
is
only helpful inside of a
module
.
Methods
outside of
these modules are
not
used
for
binding declaration
.