Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/castello/spring_basic
/ Engine
Class
Engine
ch3/ApplicationContextTest.java:16–16 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
14
@Scope(
"prototype"
)
15
class
Door {}
16
@Component
class
Engine {}
17
@Component
class
TurboEngine extends Engine {}
18
@Component
class
SuperEngine extends Engine {}
19
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected