mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-22 10:34:25 +07:00
9 lines
123 B
Java
9 lines
123 B
Java
|
|
public class Class1 {
|
|
|
|
/**
|
|
* @see Class2#foo Some text {@link Class2#foo label}
|
|
*/
|
|
void test() {
|
|
}
|
|
} |