0
I took a project and the same is showing compilation error because it is not recognizing the attribute "required" in the excerpt below:
@XmlElementRef(name = "Nome", namespace = "http://schemas.datacontract.org/teste/teste/teste", type = JAXBElement.class, required = false)
The error presented is:
The attribute required is Undefined for the Annotation type Xmlelementref
What version of Java are you using?
– Giuliana Bezerra
It is configured in Eclipse 1.6
– bbariotti