Hello: I can't find information about some functionality I'm looking for, so I wonder if it exists.
Can I initialize the attribute of a GBean's attribute to the value of a Java property, in the same way I can in a Spring bean using a PropertyPlaceholderConfigurer? http://www.springframework.org/docs/api/org/springframework/beans/factory/config/PropertyPlaceholderConfigurer.html Thanks.
