xref
: /
external
/
annotation-tools
/
asmx
/
test
/
conform
/
annotations
/
ValuesEnum.java
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
2
package
annotations
;
3
4
5
public
enum
ValuesEnum
{
6
ONE
,
TWO
,
THREE
;
7
}
8