top | item 37579805

Show HN: Avaje Validator 1.0 - POJO validation via APT

2 points| SentryMan | 2 years ago |github.com

In essence, it's a sort of hibernate validator lite. The main feature is that instead of using reflection, it generates source code via annotation processing that will run constraint checks. I've been working on it for a while and finally released 1.0.

2 comments

order

pestatije|2 years ago

APT?

SentryMan|2 years ago

Annotation processing. At compile time we read the annotations and generate code.