mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-20 00:03:37 +07:00
GitOrigin-RevId: 202cf795eba05296027ab41e034220a9c1a6b678
11 lines
149 B
Java
11 lines
149 B
Java
// "Create method 'test'" "true-preview"
|
|
public class Test {
|
|
@Attr(test= "")
|
|
public Test() {
|
|
}
|
|
}
|
|
|
|
@interface Attr {
|
|
String test();
|
|
}
|