I would like to be able to define abstract beans properties based on the bean id (or some other parameter):
<bean id="parent" abstract="true" class="...">
<propery name="p1"...
Type: Posts; User: svpace; Keyword(s):
I would like to be able to define abstract beans properties based on the bean id (or some other parameter):
<bean id="parent" abstract="true" class="...">
<propery name="p1"...
Hi everyone,
Since I couldn't get an answer on the forums I started digging in the source code and I figured out how to to this. I was a bit more complicated than I thought but once I found the...
Hi
I am trying to figure out how to configure spring to use a factory/factory method for all interfaces annotated with a specific annotation.
I created the custom stereotype annotation:
...