mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-05-18 22:42:49 +07:00
10 lines
119 B
Java
10 lines
119 B
Java
@interface MyAnno {
|
|
String xxx();
|
|
String yyy();
|
|
}
|
|
|
|
/**
|
|
* @see MyAnno<caret>
|
|
*/
|
|
public class MyFirstTestClassFoo {
|
|
} |