Class UnmodifiableDate

java.lang.Object
java.util.Date
com.aoapps.lang.util.UnmodifiableDate
All Implemented Interfaces:
Serializable, Cloneable, Comparable<Date>

@Deprecated(forRemoval=false) public final class UnmodifiableDate extends Date implements Cloneable
Deprecated.
Please use java.time available since Java SE 8.
An unmodifiable Date. Any mutator is overridden to throw UnsupportedOperationException.
Author:
AO Industries, Inc.
See Also: