Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 382 Bytes

File metadata and controls

16 lines (9 loc) · 382 Bytes

README

Basic EditText validator using annotations created for learning purposes.

there are 2 branches:

Master

runtime validation using reflection

git clone -b master https://github.com/Abdelrhmanwalid/validator

Code-gen

annotation processing & code generation at compile time

git clone -b code-gen https://github.com/Abdelrhmanwalid/validator