I found a similar thread
http://forum.springframework.org/showthread.php?t=31705&highlight=method+return
That answers the question to some degree.
Type: Posts; User: victord; Keyword(s):
I found a similar thread
http://forum.springframework.org/showthread.php?t=31705&highlight=method+return
That answers the question to some degree.
I am working with an outside library and trying to load the main class using Spring. The problem, however, is that the setters for the class return the class object back (for setter chaining), i.e.
...