Enumeration
Source code
1
enum
Enumeration {
2
3
ONE, TWO, THREE
4
5
}
Bytecode
Java compiler version:
21
Other examples
Main page