创建 Web 服务时,我可以以某种方式使用静态字符串变量吗?
@WebService(
portName = Util.PORT,
serviceName = Util.SERVICE,
targetNamespace = ...,
endpointInterface = ...)
public class MyWsClass implements WsInterface
结果:
The value for annotation attribute WebService.portName must be a constant expression
那么我不能使用静态变量吗?