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