MisplacedScopeAnnotations
Scope annotations used as qualifier annotations don't have any effect. Move the scope annotation to the binding location or delete it.

Severity
ERROR

Suppression

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