@Target(value={FIELD,METHOD}) @Retention(value=RUNTIME) @Documented public @interface Immutable
| Modifier and Type | Optional Element and Description |
|---|---|
boolean |
errorOnUpdateAttempt
if true, updates attempts will respond with an error.
|
boolean |
value
if true, the field is immutable and may not be updated
|
Copyright © 2018. All rights reserved.