MutableGuiceModule
Fields in Guice modules should be final

Severity
WARNING

The problem

Guice modules should not be mutable.

Suppression

Suppress false positives by adding the suppression annotation @SuppressWarnings("MutableGuiceModule") to the enclosing element.