mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-06-29 22:35:20 +07:00
2ba9a65828
GitOrigin-RevId: 6cc5742354b484ea996ec6a0d2bfa29f3013a08a
5 lines
119 B
Java
5 lines
119 B
Java
// "Collapse repeating annotations" "true"
|
|
|
|
@SuppressWarnings({"foo", "bar"})
|
|
@<caret>SuppressWarnings("baz")
|
|
class X{} |