Search:

Type: Posts; User: svpace; Keyword(s):

Search: Search took 0.02 seconds.

  1. Replies
    0
    Views
    220

    Abstract bean parameter

    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"...
  2. Replies
    1
    Views
    326

    Hi everyone, Since I couldn't get an answer on...

    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...
  3. Replies
    1
    Views
    326

    Annotation based factory

    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:
    ...
Results 1 to 3 of 4