Sign in
chromium
/
external
/
github.com
/
google
/
error-prone
/
refs/heads/copybara-sync
/
.
/
docs
/
bugpattern
/
InjectedConstructorAnnotations.md
blob: 14e63b65312f51a54ba22675477b675a739af2e2 [
file
] [
log
] [
blame
] [
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
.
See
[
https
:
//code.google.com/p/google-guice/wiki/InjectionPoints] for details.