Home
last modified time | relevance | path

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

/external/dagger2/javatests/dagger/functional/
DInjectedThing.java91 @Inject Lazy<Thing> lazyThing; field in InjectedThing
95 @Inject InjectedThing( in InjectedThing()
231 @Inject void lazyThing(Lazy<Thing> lazyThing) {} in lazyThing() method in InjectedThing