users@jaxb.java.net

JAXB 2 - external annotations file ??

From: Mark Hansen <mark_at_javector.com>
Date: Tue, 20 Dec 2005 11:20:17 -0500

JAXB 2.0 lets you put binding declarations either inline with schema or
in a separate binding declarations file. Is there a similar capatiblity
for annotations? That is, is there a way to put JAXB annotations is a
separate file so that you can marshal/unmarshal an existing POJO without
having to add annotations to it?

Thanks,

Mark