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. Recommended for objects with more than two fields, or default fields.