Annotation Interface TupleStyle


@Target({TYPE,PACKAGE}) @Retention(CLASS) public @interface TupleStyle
A tuple style is for objects that represent simple tuples, with all parameters specified at construction. Not recommended for objects with more than two fields. Not applicable for objects with default fields.