- java.lang.Object
-
- io.helidon.build.util.Instance<T>
-
- Type Parameters:
T- The type of the instance.
public class Instance<T> extends Object
An instance cache that defers creation until first access.
T - The type of the instance.public class Instance<T> extends Object