hi,
are there any plans to support the new java language features introduced with Java 5?
Especialy enums cause some trouble with betwixt. For a simple enum like
enum Suit {
CLUBS, DIAMONDS, HEARTS, SPADES
};im getting an output like
<test-betwixt$-suit>
<declaring-class>
com.triplemind.test.TestBetwixt$Suit
</declaring-class>
</test-betwixt$-suit>so I always need a workaround pair of getters/setters to use them with betwixt.
regards, Christoph [EMAIL PROTECTED]
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
