index
:
javassist.git
3.18
3.20
3.22-old-style-source
3.23
gh-pages
master
test/java9-jigsaw
test/switch-case
Java bytecode engineering toolkit: https://github.com/jboss-javassist/javassist
www-data
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
test
/
test4
/
GetAllRefAnno2.java
blob: dcb0956b156e72f3aeb9cb4063fcb11ab88a04d8 (
plain
)
1
2
3
4
5
6
package
test4
;
public
@interface
GetAllRefAnno2
{
GetAllRefEnum2
getA
();
Class
getC
();
}