users@jaxb.java.net

Re: XmlJavaTypeAdapter at the class level?

From: Dmitri Colebatch <colebatchd_at_gmail.com>
Date: Thu, 23 Jun 2005 10:10:00 +1000

On 6/23/05, Sekhar Vajjhala <Sekhar.Vajjhala_at_sun.com> wrote:

> @XmlJavaTypeAdapter on a class is specified in the spec but not yet
> implemented
> by the JAXB RI. So please try with the @XmlJavaTypeAdapter on the
> property/field for now.

Thanks for the update - that makes a lot of sense. I've got it
working by putting it on the field.

cheers
dim