Show HN: Avaje Validator 1.0 - POJO validation via APT
github.comIn 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. APT? Annotation processing. At compile time we read the annotations and generate code.