DataBinder now accepts var-args to set allowed, disallowed, and required fields
This commit is contained in:
parent
52f03fc759
commit
a696a4fec9
|
|
@ -6,7 +6,8 @@ http://www.springsource.org
|
||||||
Changes in version 3.0.0.RC2 (2009-##-##)
|
Changes in version 3.0.0.RC2 (2009-##-##)
|
||||||
-----------------------------------------
|
-----------------------------------------
|
||||||
|
|
||||||
* ClassUtils is now parametrized with Class<?> and Class<T> where appropriate.
|
* DataBinder now accepts var-args to set allowed, disallowed, and required fields
|
||||||
|
* ClassUtils is now parametrized with Class<?> and Class<T> where appropriate
|
||||||
|
|
||||||
|
|
||||||
Changes in version 3.0.0.RC1 (2009-09-25)
|
Changes in version 3.0.0.RC1 (2009-09-25)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue