Skip to content

Remove obsolete @suppress("unused") annotations

Manuel Prinz requested to merge remove-annotations into master

Removes some annotation which are obsolete, either because the variables are used now, or IDEA correctly catches the usage. This does not work for the UserDetailsService injections, so they are left untouched.

Merge request reports