users@jaxb.java.net

csv xjc plugin

From: jason white <jason_white_01_at_hotmail.com>
Date: Thu, 15 Jun 2006 01:09:28 +0000

All, I am writing an xjc plugin which takes an xsd, which I create from
looking at a csv file, and generates the appropriate code...

I need to be able to intercept the code generation, hence the plugin, and
replace the @xmlelement annotation with a custom one i have created
"@csvXXX"...

I am not really able to find anything like JFieldVar.deAnnotate but am
curious if anyone out there might have seen something like this before?

-jason