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