| 11 | import java.util.*; |
| 12 | |
| 13 | @Component |
| 14 | @Scope("prototype") |
| 15 | class Door {} |
| 16 | @Component class Engine {} |
| 17 | @Component class TurboEngine extends Engine {} |
| 18 | @Component class SuperEngine extends Engine {} |
nothing calls this directly
no outgoing calls
no test coverage detected