Code:
@XmlSchema(namespace="http://www.testws.com")
package org.test;
public class XmlObj{
............
}
Package annotations must be in file package-info.java
I created a file named "package-info.java" and put
the following lines in the package-info.java file:...