It seems, that currently only one constraint/concept can be surpressed by @jQASuppress
annotation.
The following
@jQASuppress({"spring-injection:InjectablesShouldBeHeldInFinalFields",
"spring-injection:FieldsOfInjectablesMustNotBeManipulated"})
nevertheless, this will lead to
[ERROR] Constraint: spring-injection:FieldsOfInjectablesMustNotBeManipulated
[ERROR] Severity: MAJOR
[ERROR] Number of rows: 5
[ERROR] Fields of injectable types must not be manipulated, except from constructors.
Am I doing something wrong?