You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
h908714124 edited this page Jun 17, 2021
·
10 revisions
jbock doesn't have a way to specify default values. In particular, jbock will not assume a default value for any type except java.util.Optional, OptionalInt, OptionalLong and OptionalDouble.
In particular, jbock will not use a null default, and any type that isn't Optional
represents a required option or parameter.