InjectMoreThanOneScopeAnnotationOnClass
A class can be annotated with at most one scope annotation.

Severity
ERROR

Alternate names: MoreThanOneScopeAnnotationOnClass

The problem

Annotating a class with more than one scope annotation is invalid according to the JSR-330 specification.

Suppression

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