reading annotations from bytecode

(without fields yet)
This commit is contained in:
Stepan Koltsov
2012-02-21 20:16:11 +04:00
parent 175b7230f1
commit aacf63ff6f
11 changed files with 127 additions and 11 deletions

View File

@@ -0,0 +1,4 @@
package test;
@interface SimpleAnnotation {
}