Enumeration without constants


Source code

1enum EnumerationWithoutConstants {
2}

Bytecode



Other examples
Main page