public abstract class DestroyableLazyInitializer<T> extends LazyInitializer<T>
LazyInitializer allows to destroy the created object.| Constructor and Description |
|---|
DestroyableLazyInitializer() |
| Modifier and Type | Method and Description |
|---|---|
void |
destroy()
Destroy the initialized object.
|
get, initialize, isInitializedpublic void destroy()
LazyInitializer.get() method is invoked.Copyright © 2008-2014. All Rights Reserved.