xref
: /
external
/
javassist
/
src
/
test
/
test4
/
Anno1.java
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
package
test4
;
2
3
public
@
interface
Anno1
{
value()
4
String
value
()
default
"empty"
;
5
}
6