Class LazyModule<T>
- java.lang.Object
-
- com.github.collinalpert.java2db.modules.LazyModule<T>
-
- Type Parameters:
T- The type of object to instantiate lazily.
public class LazyModule<T> extends Object
A helper module to support lazy loading of objects.- Author:
- Collin Alpert