Alida
An annotation based Java Validation Framework for Java Classes
- Alida is a lightweight API for validating Java objects.
-“Alida” comes from pruning the word “vALIDAtion”. It also means a “Winged creature”. It can give programmers “wings” by delegating the validation to another API.
- Alida uses only annotations for ‘marking up’ the objects which need to be validated.
- It is packaged as a jar file (alida.jar) which can be dropped in the classpath and used. It can also be configured with eclipse’s annotation processing to give complier errors and warnings at the time of usage...