Skip to content

Commit 893bf5a

Browse files
add NOTE to adoc
1 parent f3f3acc commit 893bf5a

3 files changed

Lines changed: 15 additions & 0 deletions

File tree

docs/asciidoc/modules/avaje-inject.adoc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,11 @@ dependencies {
4444
}
4545
----
4646

47+
[NOTE]
48+
====
49+
Please note that the order of annotation processors is important. For example, if you're using `lombok` and `avaje-inject`, the correct order should be: `lombok` -> `avaje-inject` -> `jooby-apt`
50+
====
51+
4752
3) Install Avaje Inject:
4853

4954
.Installing Avaje Inject

docs/asciidoc/modules/avaje-validator.adoc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,11 @@ dependencies {
4747
}
4848
----
4949

50+
[NOTE]
51+
====
52+
Please note that the order of annotation processors is important. For example, if you're using `lombok`, the correct order should be: `lombok` -> `avaje-validator`
53+
====
54+
5055
3) Install
5156

5257
.Java

docs/asciidoc/mvc-api.adoc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -982,3 +982,8 @@ tasks.withType(JavaCompile) {
982982
]
983983
}
984984
----
985+
986+
[NOTE]
987+
====
988+
Please note that the order of annotation processors is important. For example, if you're using `lombok` and `avaje-inject`, the correct order should be: `lombok` -> `avaje-inject` -> `jooby-apt`
989+
====

0 commit comments

Comments
 (0)