Sign in
chromium
/
external
/
github.com
/
google
/
error-prone
/
refs/heads/master
/
.
/
docs
/
bugpattern
/
GuiceAssistedInjectScoping.md
blob: cced3d0c825d54db04adab282920db2dfe807dcc [
file
] [
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
[
this
bug report
](
https
:
//code.google.com/p/google-guice/issues/detail?id=742)
for
details
.