Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/boost-ext/di
/ AppModule
Class
AppModule
benchmark/bind_interface/dagger2.java:19–22 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
17
}
18
19
@Module
20
class
AppModule {
21
@Provides I provideI(Impl impl) {
return
impl; }
22
}
23
24
@Component(modules = AppModule.
class
)
25
interface
AppComponent {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected