Settings

Theme

Show HN: Avaje Validator 1.0 - POJO validation via APT

github.com

2 points by SentryMan 2 years ago · 2 comments · 1 min read

Reader

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.

pestatije 2 years ago

APT?

  • SentryManOP 2 years ago

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

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection