![]()
In Java feature, it is not possible to have one enum extend another. But occasionally, you may still want to make an enum class extensible. The solution we came up with was to use an enum and a name-based lookup. Both will be done by implementing a mixin interface.
![]()