Files
2014-12-06 12:06:31 +03:00

11 lines
141 B
Java

// "Create method 'test'" "true"
public class Test {
@Attr(test= "")
public Test() {
}
}
@interface Attr {
String test();
}