Spring Design By Contract: where to start?

Posted by Build Monkey on Stack Overflow See other posts from Stack Overflow or by Build Monkey
Published on 2010-02-11T19:56:31Z Indexed on 2010/04/11 22:23 UTC
Read the original article Hit count: 336

Filed under:

I am trying to put a "Contract" on a method call. My web application is in Spring 3.

Is writing customs Annotations the right way to go. If so, any pointers( I didn't find anything in spring reference docs).

Should I use tools like "Modern Jass", JML ...? Again any pointers will be useful.

Thanks

© Stack Overflow or respective owner

Related posts about spring