Skip to content
h908714124 edited this page Aug 13, 2026 · 2 revisions

jbock does not use null to represent an absent value. Any return type that is not either Optional, OptionalInt, OptionalLong or OptionalDouble represents a required option (or parameter).

For more details see the JCommander page.

Clone this wiki locally