All Downloads are FREE. Search and download functionalities are using the official Maven repository.

errorprone.bugpattern.GuiceInjectOnFinalField.md Maven / Gradle / Ivy

The newest version!
From the [Guice wiki][wiki]:

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

[wiki]: https://github.com/google/guice/wiki/InjectionPoints#how-guice-injects




© 2015 - 2025 Weber Informatics LLC | Privacy Policy