From c8c15a3575c786b7c6ca136a7d7725043f4d89d7 Mon Sep 17 00:00:00 2001 From: Tobias Stamann Date: Fri, 9 Feb 2024 18:54:45 +0100 Subject: [PATCH] Update README.MD --- README.MD | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.MD b/README.MD index 3676ccd..d77cb86 100644 --- a/README.MD +++ b/README.MD @@ -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.