Javadoc
The @WebParam annotation can be used to annotate the parameters of a web method.
@WebMethod public void thisMethodHasAWebParam(@WebParam(name="param1") String arg1) { }
MainPage