Java: Can annotations be nested in a class?-Collection of common programming errors
I’m trying to understand how this annotation is invoked @WebMethod
import javax.jws.WebService;
import javax.jws.WebMethod;
import javax.jws.soap.SOAPBinding;
import javax.jws.soap.SOAPBinding.Style;
@WebService //