SignStyle.NOT_NEGATIVE

Style to block negative values, throwing an exception on printing. !(p) In strict parsing, any sign will be rejected. In lenient parsing, any sign will be accepted unless the width is fixed.

struct SignStyle
static
SignStyle NOT_NEGATIVE;

Meta