public class LazyProvider<T> extends Object implements javax.inject.Provider<T>
A lazy provider is prepared with the bean class and initialize the bean upon demand
| Constructor and Description |
|---|
LazyProvider(Class<? extends T> clazz,
Injector injector) |
Copyright © 2016–2018 OSGL (Open Source General Library). All rights reserved.