When do Enum instances get created?
It's created when the class is loaded, just like any static code block.
When the PropName class is loaded by the class loader. Enum constants are static final fields of their class.
It's created when the class is loaded, just like any static code block.
When the PropName class is loaded by the class loader. Enum constants are static final fields of their class.