MoreThanOneQualifier
Using more than one qualifier annotation on the same element is not allowed.

Severity
ERROR

Alternate names: InjectMoreThanOneQualifier

The problem

An element can be qualified by at most one qualifier.

Suppression

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