Enumeration without constants
Source code
1
enum
EnumerationWithoutConstants {
2
}
Bytecode
Other examples
Main page