mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-04 17:20:55 +07:00
11 lines
87 B
Java
11 lines
87 B
Java
// "Add Javadoc" "true"
|
|
|
|
class Test {
|
|
|
|
/**
|
|
*
|
|
*/
|
|
@XXX
|
|
int xxx = 1;
|
|
|
|
} |