Searched refs:aLazy (Results 1 – 2 of 2) sorted by relevance
64 assertThat(c.aLazy.get()).isNotNull(); in lazyIndirectionCycle()65 assertThat(a.b.c.aLazy.get()).isNotNull(); in lazyIndirectionCycle()66 assertThat(a.e.d.b.c.aLazy.get()).isNotNull(); in lazyIndirectionCycle()
64 @Inject public Lazy<A> aLazy; field in Cycles.C