Package org.coliper.ibean.extension
Interface TempFreezable<T>
-
- All Superinterfaces:
Freezable<T>
- All Known Implementing Classes:
FreezableHandler
public interface TempFreezable<T> extends Freezable<T>
Extension of theFreezableinterface that gives the possibility to change a bean from an immutable (frozen) state back to a mutable state.
Could for example used to freeze beans only for usage in certain portions of the code where they are not supposed to be modified.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Tunfreeze()
-
-
-
Method Detail
-
unfreeze
T unfreeze()
-
-