Search:

Type: Posts; User: raisercostin; Keyword(s):

Search: Search took 0.03 seconds.

  1. You can find them on my own maven2 repo. ...

    You can find them on my own maven2 repo.

    raisercostin.googlecode.com/svn/maven2/org/springmodules/spring-modules-validation/0.9
  2. Those are field annotations and should be used on...

    Those are field annotations and should be used on fields. Like this

    @MaxLength(value = 2, message = "wrong.size")
    private String fullName;
  3. After i downloaded spring-modules-validation 0.9...

    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...
Results 1 to 3 of 3