public interface  org.springframework.beans.factory.SmartFactoryBean extends java.lang.Object implements org.springframework.beans.factory.FactoryBean
{
public abstract boolean isPrototype();
public abstract boolean isEagerInit();
}