Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/boost-ext/di
/ AppModule
Class
AppModule
benchmark/bind_value/dagger2.java:9–12 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
7
import
dagger.*;
8
9
@Module
10
class
AppModule {
11
@Provides
int
provideint() {
return
42; }
12
}
13
14
@Component(modules = AppModule.
class
)
15
interface
AppComponent {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected