[
https://issues.apache.org/jira/browse/ISIS-1694?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Daniel Keir Haywood closed ISIS-1694.
-------------------------------------
> [WON'T FIX] 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
> Components: Isis Docs & Website
> Reporter: Daniel Keir Haywood
> Assignee: Daniel Keir Haywood
> Priority: Trivial
>
> {code}
> @NoArgsConstructor
> @AllArgsConstructor
> public class IncomingInvoiceDownloadManager {
> @Getter
> private LocalDate fromInputDate;
> @Getter
> private LocalDate toInputDate;
> {code}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)