Interface TempFreezable<T>

  • All Superinterfaces:
    Freezable<T>
    All Known Implementing Classes:
    FreezableHandler

    public interface TempFreezable<T>
    extends Freezable<T>
    Extension of the Freezable interface 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 Detail

      • unfreeze

        T unfreeze()