mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-19 18:50:59 +07:00
4 lines
102 B
Java
4 lines
102 B
Java
// "Collapse repeating annotations" "true-preview"
|
|
|
|
@SuppressWarnings({"foo", "bar", "baz"})
|
|
class X{} |