users@jaxb.java.net

how to bind enum with public constructor

From: Felipe Gaścho <fgaucho_at_gmail.com>
Date: Fri, 14 Dec 2007 11:41:55 +0100

JAXB binds enums always with a "value()" method.... that's fine,

but these enum classes alway comes with a package level constructor,
what meabns I cannot do reflection to instantiate a enum constant ...

how can I bind me enums with public constructors ?