[
https://issues.apache.org/jira/browse/ISIS-1694?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Dan Haywood updated ISIS-1694:
------------------------------
Fix Version/s: (was: 2.2.0)
2.0.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
> 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
(v7.6.3#76005)