See link. Mr. Bloch says regarding Enums
Javas enumeration types are classes that export one instance for each enum constant through a public static destination field.
I read the Enum Class documentation, but there was no public static final field , then how the above statement is executed. Please explain. Thanks
java enums effective-java
Ankit
source share