MCPcopy Create free account
hub / github.com/castello/spring_basic / Door

Class Door

ch3/ApplicationContextTest.java:13–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11import java.util.*;
12
13@Component
14@Scope("prototype")
15class Door {}
16@Component class Engine {}
17@Component class TurboEngine extends Engine {}
18@Component class SuperEngine extends Engine {}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected