MCPcopy
hub / github.com/seaswalker/spring-analysis / UserService

Interface UserService

src/main/java/test/proxy/UserService.java:8–14  ·  view source on GitHub ↗

动态代理接口. @author skywalker

Source from the content-addressed store, hash-verified

6 * @author skywalker
7 */
8public interface UserService {
9
10 void printName();
11
12 void printAge();
13
14}

Callers 1

mainMethod · 0.95

Implementers 1

UserServiceImplsrc/main/java/test/proxy/UserServiceIm

Calls

no outgoing calls

Tested by

no test coverage detected