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 55[ ![ License] ( https://img.shields.io/badge/License-Apache%202.0-blue.svg )] ( https://github.com/avaje/avaje-inject/blob/master/LICENSE )
66[ ![ Discord] ( https://img.shields.io/discord/1074074312421683250?color=%237289da&label=discord )] ( https://discord.gg/Qcqf9R27BR )
77
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)
99
1010- Annotate java classes with ` @Valid ` (or use ` @ImportValidPojo ` for types we "don't own" such as external dependencies)
1111- ` 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.
5858
5959``` java
6060@Valid
61- public class Leyndell {
61+ public class Address {
6262 @NotBlank
6363 private String street;
6464
You can’t perform that action at this time.
0 commit comments