|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
| 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. |
|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||