spring-framework / org.springframework.context.annotation / ClassPathBeanDefinitionScanner / setScopedProxyMode

setScopedProxyMode

open fun setScopedProxyMode(scopedProxyMode: ScopedProxyMode): Unit

Specify the proxy behavior for non-singleton scoped beans. Note that this will override any custom "scopeMetadataResolver" setting.

The default is ScopedProxyMode#NO.

See Also
#setScopeMetadataResolver