public interface  org.springframework.beans.factory.InitializingBean extends java.lang.Object
{
public abstract void afterPropertiesSet() throws java.lang.Exception;
}