mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-07-20 01:10:57 +07:00
8 lines
83 B
Java
8 lines
83 B
Java
@interface Column {
|
|
String name();
|
|
}
|
|
|
|
@Column(<caret>)
|
|
@interface Annotation {
|
|
|
|
} |