tags:

views:

192

answers:

0

Hi, I have a lot of classes in java with Date/Calendar fields. To generate correct wsdl (for .NET client app) I need to add @XmlElement(nillable=true, required=true) annotation for all getters of Calendar/Date variables in all classes. Is it possible to configure Aegis (we use Spring for CXF configuration) to automatically set this properties for these types in config file, rather than adding annotations for each variable?