Class FreezableList<T>

java.lang.Object
com.evolveum.midpoint.prism.AbstractFreezable
com.evolveum.midpoint.prism.FreezableList<T>
Type Parameters:
T - type of list items
All Implemented Interfaces:
Freezable, Serializable, Iterable<T>, Collection<T>, List<T>
Direct Known Subclasses:
DeeplyFreezableList

@Experimental public class FreezableList<T> extends AbstractFreezable implements Serializable, List<T>
A list that can be made immutable. The expected use of this class is to be a `final` field in a class.
See Also: