dev@jaxb.java.net

Re: Several serialization strategies using JAXB

From: Levi Purvis <javanet_at_purvis.ws>
Date: Thu, 28 Sep 2006 17:42:28 -0400

This is a follow-up to the forum discussion here:

http://forums.java.net/jive/thread.jspa?threadID=18615

So it looks like the general idea is to create an AnnotationReader
implementation that can provide all of the metadata from somewhere
other than the default class file?

Where would I "plug in" an alternate implementation? It looks like
JAXBContextImpl is hard-wired to new
RuntimeInlineAnnotationReader(...).