Sign in
chromium
/
external
/
github.com
/
google
/
error-prone
/
refs/heads/copybara-sync
/
.
/
docs
/
bugpattern
/
GuiceAssistedInjectScoping.md
blob: e98c300e8bd436ad6e0dd661561b8698346bc687 [
file
] [
log
] [
blame
] [
view
] [
edit
]
Classes
that
AssistedInject
factories create may
not
be annotated
with
scope
annotations
,
such
as
@Singleton
.
This
will cause a
Guice
error at runtime
.
See
[
https
:
//code.google.com/p/google-guice/issues/detail?id=742 this bug
report
]
for
details
.