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

Severity
ERROR

The problem

An element can be qualified by at most one qualifier.

Suppression

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