[
https://issues.apache.org/jira/browse/ISIS-1694?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Daniel Keir Haywood updated ISIS-1694:
--------------------------------------
Component/s: Isis Docs & Website
Fix Version/s: (was: 2.4.0)
> 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
> 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)