mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-17 02:33:48 +07:00
8 lines
81 B
Java
8 lines
81 B
Java
@interface Column {
|
|
String name();
|
|
}
|
|
|
|
@Column<caret>
|
|
@interface Annotation {
|
|
|
|
} |