Dan Haywood created ISIS-1694:
---------------------------------

             Summary: Docs: hints and tips for writing view models: use Lombok
                 Key: ISIS-1694
                 URL: https://issues.apache.org/jira/browse/ISIS-1694
             Project: Isis
          Issue Type: Improvement
            Reporter: Dan Haywood
            Priority: Trivial
             Fix For: 2.0.0


{code}
@NoArgsConstructor
@AllArgsConstructor
public class IncomingInvoiceDownloadManager {

    @Getter
    private LocalDate fromInputDate;

    @Getter
    private LocalDate toInputDate;
{code}  




--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

Reply via email to