Home
last modified time | relevance | path

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

/aosp_15_r20/external/dagger2/javatests/dagger/functional/binds/
H A DFooOfObjects.java21 final class FooOfObjects implements Foo<Object> { class
22 @Inject FooOfObjects() {} in FooOfObjects() method in FooOfObjects
/aosp_15_r20/external/dagger2/javatests/dagger/functional/kotlinsrc/binds/
H A DFooOfObjects.kt21 class FooOfObjects @Inject constructor() : Foo<Any> class