Since JBMICROCONT-192 was reopened.
"thomas.diesler(a)jboss.org" wrote :
| Does it really have to be that complicated?
|
| How about
|
| @BeanName
| void setName(String name)
| {
| log.info(name + ": " + this)
| }
|
I propose the next addition:
| <bean name="somename" class="..."
name-aware="true">
|
I still think me should explicitly mark that we want to have name injected.
Since we don't provide the name method, it will invoke by default to setName.
Less complicated. :-)
OK?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4064533#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...