You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@isis.apache.org by "Dan Haywood (JIRA)" <ji...@apache.org> on 2017/08/05 06:05:00 UTC

[jira] [Created] (ISIS-1694) Docs: hints and tips for writing view models: use Lombok

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)