Package org.immutables.value
Annotation Type Value.Default
- Enclosing class:
Value
Annotates accessor that should be turned in set-able generated attribute. However, it is
non-mandatory to set it via builder. Default value will be assigned to attribute if none
supplied, this value will be obtained by calling method annotated this annotation.