Does scala supports JSR-303 validation?
If it does - could you please write an example?
If it does not - are there workarou
Sure!
However, custom annotations are needed for Scala types, as well as custom handling of collections.
If there is any interest, I'll opensource my implementation.