spring-framework / org.springframework.beans.factory.config / PropertyPathFactoryBean / isSingleton

isSingleton

open fun isSingleton(): Boolean

While this FactoryBean will often be used for singleton targets, the invoked getters for the property path might return a new object for each call, so we have to assume that we're not returning the same object for each #getObject() call.