org.springframework.config.java.core
Interface BeanMethodProcessor

All Known Implementing Classes:
AutoBeanMethodProcessor, ExternalBeanMethodProcessor, ExternalValueMethodProcessor, ScopedProxyMethodProcessor, StandardBeanMethodProcessor

public interface BeanMethodProcessor


Method Summary
 Object processMethod(Method m)
           
 

Method Detail

processMethod

Object processMethod(Method m)
                     throws ValueResolutionException
Throws:
ValueResolutionException


Copyright � 2005-2008 Spring Framework. All Rights Reserved.