InjectOnMemberAndConstructor
Members shouldn't be annotated with @Inject if constructor is already annotated @Inject

Severity
ERROR

Suppression

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