mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-03-26 00:59:27 +07:00
4 lines
95 B
Java
4 lines
95 B
Java
// "Collapse repeating annotations" "true-preview"
|
|
|
|
@SuppressWarnings({"foo", "bar"})
|
|
class X{} |