【发布时间】:2013-04-15 23:07:00
【问题描述】:
@WebService(serviceName="TestImpl",
targetNamespace = "http://example.org"
)
public class TestImpl implements Test{
如果我的 Test 类与上面类似,我的检查应该验证 targetNamespace 值是否始终以“http://”开头
如果没有现有检查可以做到这一点,我的自定义检查应该是什么样子?
【问题讨论】:
标签: checkstyle