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(...).