Sign in
chromium
/
external
/
github.com
/
google
/
error-prone
/
refs/heads/master
/
.
/
docs
/
bugpattern
/
InjectedConstructorAnnotations.md
blob: 09012a61d0c0c61c68d786f402f3832eb2390d1e [
file
] [
view
] [
edit
]
The
constructor
is
annotated
with
@Inject
(
optional
=
true
),
or
it
is
annotated
with
@Inject
and
a binding annotation
.
This
will cause a
Guice
runtime error
.
For
more information
,
see https
:
//github.com/google/guice/wiki/InjectionPoints.