Package io.deephaven.annotations
Annotation Interface BuildableStyle
A style for objects that should declare a builder interface to use for construction. Disables
Value.Immutable.copy()
. Recommended for objects with more than two fields, or default fields.