Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/seaswalker/spring-analysis
/ getStudent
Method
getStudent
src/main/java/base/SimpleBean.java:21–23 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
19
}
20
21
public
Student getStudent() {
22
return
student;
23
}
24
25
public
void
setStudent(Student student) {
26
this.student = student;
Callers
2
main
Method · 0.95
postProcessBeanFactory
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected