Worked around the problem using AspectJ: installed the aspect like the one below and added the logic which extracts a wrapped value if the supplied value is different from the expected property type....
Type: Posts; User: denismo; Keyword(s):
Worked around the problem using AspectJ: installed the aspect like the one below and added the logic which extracts a wrapped value if the supplied value is different from the expected property type....
Hi,
I'm using Spring 2.5.6
I have a class which is used as a wrapper for values of different types. This wrapper is often returned from methods or other properties during Spring configuration...