MCPcopy Create free account
hub / github.com/Bit0r/java-util / isWmsController

Method isWmsController

src/main/java/config/WmsWebMvcConfig.java:23–26  ·  view source on GitHub ↗
(Class<?> clazz)

Source from the content-addressed store, hash-verified

21
22 // 只对 com.zc.wms 包下的控制器应用前缀
23 private boolean isWmsController(Class<?> clazz) {
24 // 仅当类位于 com.yi.xm 包下时,才添加路径前缀
25 return clazz.getPackage().getName().startsWith("com.yi.xm");
26 }
27
28}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected