Home
last modified time | relevance | path

Searched defs:ChildModuleWithParameters (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/dagger2/javatests/dagger/functional/subcomponent/
H A DChildModuleWithParameters.java25 final class ChildModuleWithParameters { class
26 public ChildModuleWithParameters(@SuppressWarnings("unused") Object whatever) {} in ChildModuleWithParameters() method in ChildModuleWithParameters
/aosp_15_r20/external/dagger2/javatests/dagger/functional/kotlinsrc/subcomponent/
H A DChildModuleWithParameters.kt22 @Module class ChildModuleWithParameters(@Suppress("UNUSED_PARAMETER") whatever: Any) class