Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
*/
8
public
interface
UserService {
9
10
void
printName();
11
12
void
printAge();
13
14
}
Callers
1
main
Method · 0.95
Implementers
1
UserServiceImpl
src/main/java/test/proxy/UserServiceIm
Calls
no outgoing calls
Tested by
no test coverage detected