Searched refs:sLazy (Results 1 – 2 of 2) sorted by relevance
93 @Inject public Lazy<S> sLazy; field in Cycles.S
56 assertThat(s.sLazy.get()).isNotNull(); in lazyIndirectionSelfCycle()