users@jaxb.java.net

JAXB 2.0 xs:int binding

From: Kasia Trapszo <kasia_at_trapszo.com>
Date: Wed, 29 Mar 2006 11:38:50 -0500

I noticed when an xs:int type attribute is required the default binding
results in a primitive int type, if it's optional, result is an Integer
object.

Any way to get this consistent?