Adding support for retreival of a MetadataPersister implementation if possible.

This commit is contained in:
Josh Long
2010-08-24 08:25:17 +00:00
parent fa12ec61a6
commit d6176a7f1b

View File

@@ -40,6 +40,7 @@ import org.springframework.util.StringUtils;
*
* @author Mark Fisher
* @author Oleg Zhurakousky
* @author Josh Long
*/
public abstract class IntegrationObjectSupport implements BeanNameAware, NamedComponent, BeanFactoryAware, InitializingBean {