aboutsummaryrefslogtreecommitdiffstats
path: root/src/test/test4/AnnoArg.java
Commit message (Collapse)AuthorAgeFilesLines
* fixed a bug of accesses to annotation arguments.chibash2014-09-111-0/+18
If foo.Bar.Baz is a nested class in foo.Bar, then the argument of @MyAnnotation(foo.bar.Baz.class) could not be obtained. The test code is javassist.JvstTest4#testAnnArg().