Package net.sf.staccatocommons.restrictions.value

Annotation Types Summary
Immutable Immutables are objects whose state, if any, can not be mutated in any way.
Unmodifiable Unmodifiables are objects that do not expose publicly any method that may modify receiver internal state, if any.
Value Value annotation describes objects whose identity is not important, but that are completely described by its state instead, like Strings, Numbers and Dates.
 



Copyright © 2010-2012 StaccatoCommons. All Rights Reserved.