Using @AssistedInject and @Inject on the same constructor is a runtimeerror in Guice.
Suppress false positives by adding the suppression annotation @SuppressWarnings("AssistedInjectAndInjectOnSameConstructor") to the enclosing element.
@SuppressWarnings("AssistedInjectAndInjectOnSameConstructor")