Annotation Interface BuildableStyle


@Target({TYPE,PACKAGE}) @Retention(CLASS) public @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.