Skip to content

Information about the concept "inter bean dependencies". What is it and how does it work.

Notifications You must be signed in to change notification settings

vsolopov/spring-inter-bean-dependencies

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Inter bean dependency - the spring dependency is wrapped by CGLib proxy. It allows to cache the internal dependencies and use the same bean on every invocation.

Note: If you use a @Component instead of the @Configuration - you will get "lite beans". (Will be created without proxy and internal dependencies caching). In this way, you can use the "private" access modifier for methods annotated with @Bean.

About

Information about the concept "inter bean dependencies". What is it and how does it work.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages