Skip to content

Commit cf5a7fd

Browse files
authored
Update README.md
1 parent 18e2aa0 commit cf5a7fd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
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

0 commit comments

Comments
 (0)