This commit is contained in:
Dmitry Jemerov
2009-09-11 16:24:07 +04:00
parent 8b0e19eb68
commit f3d10757e9
69 changed files with 6 additions and 0 deletions
@@ -0,0 +1,8 @@
@interface SomeAnnotation {
String value();
}
@SomeAnnotation(B.CONST)
interface A {}
interface B { String CONST = "42"; }