users@jaxb.java.net

Java 5 enum vs type-safe enum

From: Hanson Char <hanson.char_at_gmail.com>
Date: Sat, 28 Jan 2006 09:15:02 -0800

Hi Kohsuke,

> What I had in my mind was for you to replace "FieldRendererFactory" to
> completely take over the field generation process. We can refactor the
> current field generators so that you can extend them and tweak them so
> that they return the right type.

Is XJC anytime soon going to generate true Java 5 Enum, instead of
using the type safe enum pattern ? Any major hurdle ? I imagine the
generated classes will be so much simpler.

Is this related to the "FieldRendererFactory" you mentioned earlier ?

Hanson