Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

We plan to add a new method `valueOptional()` and mark the `value()` method as deprecated.


Code Block
languagejava
linenumberstrue
public Optional<String> valueOptional() {
	return value;
}

...