Javadoc
The @WebService annotation if used to tell the JAXWS runtime to export the given class as a web service.
@WebService public class MyWebService { }