xref
: /
external
/
javassist
/
src
/
test
/
test3
/
AnnoTest6.java
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
package
test3
;
2
3
@
Anno6
(
str2
={})
4
public
class
AnnoTest6
{
foo()
5
int
foo
() {
return
1
; }
6
}
7