Hello,
The new annotations for @Configuration classes in Spring 3.1 are great, but I would like to extend one of them: @PropertySource, in order to add my own features to property processing...
Can this be done? Is there a way to create my own annotations so that they are executed at @Configuration classes and add my own features? This is something I obviously can do with XML, so I feel it should be possible with the new all-java system...
Thanks!
Daniel.


Reply With Quote
