Hello,

I'm migrating our project to Spring 3.0. Most of the issues is resolved but one of them not.

We used to create our own custom DataBinder in a AnnotationMethodHandlerAdapter subclass. We used to override the createBinder() method and created our own DataBinder implementation there.

How to achieve the same in Spring 3.0. The createBinder() method disappeared.

Thank you.