1
0
mirror of synced 2026-05-22 21:33:16 +00:00
Files
spring-security/etc/checkstyle
Phillip Webb 8142e4046f Use compact annotation style
Always use compact annotations when possible. For example, replace
`@Target(value = ElementType.TYPE)` with `@Target(ElementType.TYPE)`.

Issue gh-8945
2020-08-24 17:33:07 -05:00
..