Enumeration without constants
Source code
1
enum
EnumerationWithoutConstants {
2
}
Bytecode
Java compiler version:
21
Other examples
Main page