public interface TempFreezable<T> extends Freezable<T>
Freezable interface that gives the possibility to
change a bean from an immutable (frozen) state back to a mutable state.| Modifier and Type | Method and Description |
|---|---|
T |
unfreeze() |
T unfreeze()