Package org.immutables.value
Annotation Type Value.Default
-
@Documented @Target(METHOD) public static @interface Value.DefaultAnnotates 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.