mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-16 08:39:59 +07:00
5 lines
67 B
Java
5 lines
67 B
Java
import java.util.*;
|
|
|
|
public @interface Annotation {
|
|
int foo ();
|
|
} |