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