Skip to content

Commit

Permalink
Mention the Lombok Plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
nielsbasjes committed Sep 20, 2017
1 parent 2d37841 commit 030c7c9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README-Java.md
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,8 @@ In case you like to use project Lombok to generate your getters and setters then

@Getter @Setter(onMethod=@__(@Field("HTTP.COOKIE:request.cookies.foo"))) private String foo = null;

To avoid weird effects please install the "Lombok Plugin" in IntelliJ IDEA to use this.

License
===
Licensed under the Apache License, Version 2.0 (the "License");
Expand Down

0 comments on commit 030c7c9

Please sign in to comment.