mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-02-19 12:06:54 +07:00
6 lines
72 B
Java
6 lines
72 B
Java
@interface Foo {
|
|
MyEnum value();
|
|
}
|
|
enum MyEnum { x, y }
|
|
|
|
@Foo(<caret>) |