You can find them on my own maven2 repo.
raisercostin.googlecode.com/svn/maven2/org/springmodules/spring-modules-validation/0.9
Type: Posts; User: raisercostin; Keyword(s):
You can find them on my own maven2 repo.
raisercostin.googlecode.com/svn/maven2/org/springmodules/spring-modules-validation/0.9
Those are field annotations and should be used on fields. Like this
@MaxLength(value = 2, message = "wrong.size")
private String fullName;
After i downloaded spring-modules-validation 0.9 and use the sources to debug it, i found that the org.springmodules.validation.bean.conf.loader.annotation.handler.NotNull annotation is a field...