File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 5
5
[ ![ License] ( https://img.shields.io/badge/License-Apache%202.0-blue.svg )] ( https://github.com/avaje/avaje-inject/blob/master/LICENSE )
6
6
[ ![ Discord] ( https://img.shields.io/discord/1074074312421683250?color=%237289da&label=discord )] ( https://discord.gg/Qcqf9R27BR )
7
7
8
- Reflection-free pojo validation via apt source code generation. A light (~ 85kb + generated code) source code generation style alternative to Hibernate Validation. (code generation vs reflection)
8
+ Reflection-free pojo validation via apt source code generation. A light (~ 120kb + generated code) source code generation style alternative to Hibernate Validation. (code generation vs reflection)
9
9
10
10
- Annotate java classes with ` @Valid ` (or use ` @ImportValidPojo ` for types we "don't own" such as external dependencies)
11
11
- ` avaje-validator-generator ` annotation processor generates Java source code to write validation classes
@@ -58,7 +58,7 @@ when it is started using a service loader mechanism.
58
58
59
59
``` java
60
60
@Valid
61
- public class Leyndell {
61
+ public class Address {
62
62
@NotBlank
63
63
private String street;
64
64
You can’t perform that action at this time.
0 commit comments