mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-05-18 22:42:49 +07:00
123242c4b2
GitOrigin-RevId: fd52ace3d7a32ecd02c2c5ab90e077967604c15e
6 lines
135 B
Java
6 lines
135 B
Java
// "Collapse repeating annotations" "true"
|
|
|
|
@<caret>SuppressWarnings("foo")
|
|
@SuppressWarnings("bar")
|
|
@SuppressWarnings("baz")
|
|
class X{} |