Back to Error Prone

GuiceInjectOnFinalField

docs/bugpattern/GuiceInjectOnFinalField.md

2.49.0221 B
Original Source

From the Guice wiki:

Injecting final fields is not recommended because the injected value may not be visible to other threads.