mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-31 11:20:55 +07:00
11 lines
141 B
Java
11 lines
141 B
Java
// "Create Method 'test'" "true"
|
|
public class Test {
|
|
@Attr(test= "")
|
|
public Test() {
|
|
}
|
|
}
|
|
|
|
@interface Attr {
|
|
String test();
|
|
}
|