Can Enums Be Lowercase?

Can Enums Be Lowercase? Java conventions are that enum names are all uppercase, which immediately causes problems if you want to serialize the enum in another form. But when you serialize those enum values, you want to use lowercase values of “left”, “top”, “right”, and “bottom”. No problem—you can override Side. Should enums be capitalized