Skip to content

Commit b6e6cec

Browse files
authored
Update README with link to documentation and explicitly state the Java 17+ requirement (#268)
1 parent 8c7f60e commit b6e6cec

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,14 @@ Reflection-free pojo validation via apt source code generation. A light (~120kb
2020
- Getter Validation
2121
- Method parameter validation (requires a DI container to retrieve the generated MethodAdapter classes)
2222

23+
# Documentation
24+
25+
Goto [https://avaje.io/validator/](https://avaje.io/validator/) for full documentation.
26+
27+
# Requires Java 17+
28+
29+
Avaje Validator requires Java 17 or higher.
30+
2331
# Quick Start
2432

2533
## Step 1 - Add dependencies

0 commit comments

Comments
 (0)