Manifold is a Java compiler plugin, its features include Metaprogramming, Properties, Extension Methods, Operator Overloading, Templates, a Preprocessor, and more.
Although the compiler's symbol for AbstractEnum has modifier ABSTRACT, its bytecode isn't really be generated that way. The extension class enum must follow suit and withhold the modifier in both the class and the methods.
Abstract enum methods are not supported with manifold-ext.
Although the compiler's symbol for
AbstractEnum
has modifierABSTRACT
, its bytecode isn't really be generated that way. The extension class enum must follow suit and withhold the modifier in both the class and the methods.