Hacker News new | ask | show | jobs
Show HN: Avaje Validator 1.0 - POJO validation via APT (github.com)
2 points by SentryMan 998 days ago
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.
1 comments

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