Skip to content

Commit

Permalink
Update README.MD
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiasstamann authored Feb 9, 2024
1 parent 0bbeff2 commit c8c15a3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,11 @@ You just need to create the project by using te following maven command

Pojo classes you want to create a builder for must be annotated with the Builder annotation.

One hint: some IDEs doesn't work properly with annotation processors.
This is usually caused by incremental builds or insufficient configuration.
A simple workaround is to build from command line inbetween, usually generated classes will be picked up automatically from target folder afterwards.


# Contributing

We welcome any kind of suggestions and pull requests.
Expand Down

0 comments on commit c8c15a3

Please sign in to comment.