spring-framework/src
Brian Clozel 2c8f670d5f Support Validation in @MessageMapping annotated methods
Payload parameters in @MessageMapping annotated
methods can now also be validated when annotated
with a Validation annotation (@Valid, @Validated...).

A default Validator is registered by the MessageBroker
Configurer, but it is possible to provide a list of custom
validators as well.

Issue: SPR-11185
2014-01-03 15:25:33 +01:00
..
api
asciidoc Support Validation in @MessageMapping annotated methods 2014-01-03 15:25:33 +01:00
dist Update readme.txt with current links 2013-12-13 18:00:06 +01:00
eclipse Fix remaining compiler warnings 2013-11-25 12:52:42 -08:00
test Minimized ASM usage 2013-04-23 13:49:25 +02:00