Alternate names: MoreThanOneScopeAnnotationOnClass
Annotating a class with more than one scope annotation is invalid according to the JSR-330 specification.
Suppress false positives by adding the suppression annotation @SuppressWarnings("InjectMoreThanOneScopeAnnotationOnClass")
to the enclosing element.