AssistedInjectAndInjectOnSameConstructor
@AssistedInject and @Inject cannot be used on the same constructor.

Severity
WARNING

The problem

Using @AssistedInject and @Inject on the same constructor is a runtimeerror in Guice.

Suppression

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