|
|
I wanted to be sure, but I assume that custom beans/namespace beans have a scope of prototype.
Doesn't it depend on the scope you give the bean definition in your custom parser? The default is probably singleton.
By default all beans are singleton. What I had to do was allow scope as an optional parameter to my custom namespace. |
|