I am doing java-first web service development. I want to add description to @XmlElement for a field so that the generated WSDL will contain documentation for the field.
It seems you can't do this with @XmlElement. Don't know why Oracle doesn't support it.
If I choose another binding other than JAXB, can I do it?