In the project I'm working on we have several WSDL considered as interfaces. We are generating Java code from the WSDLs/XSDs.
The problem is that I have to remove one of the interface, but prior to that I want to generate the class with the @deprecated annotation.
I have yet some WSDL bindings and XSD bindings files, but with only default JAXB properties (mainly package naming and generateIsSetMethod).
I use cxf-codegen-plugin with maven 2.