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