You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@isis.apache.org by "Daniel Keir Haywood (Jira)" <ji...@apache.org> on 2021/01/17 18:13:00 UTC

[jira] [Closed] (ISIS-1694) [WON'T FIX] Docs: hints and tips for writing view models: use Lombok

     [ 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 &amp; 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)