com.liferay.portal.kernel.spring.util
Interface FactoryBean<T>


public interface FactoryBean<T>

Author:
Shuyang Zhou

Method Summary
 T create()
           
 T postProcessing(T t)
           
 

Method Detail

create

T create()
         throws java.lang.Exception
Throws:
java.lang.Exception

postProcessing

T postProcessing(T t)