Interface BeanDefinitionCustomizer
- Functional Interface:
 - This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
 
Callback for customizing a given bean definition.
 Designed for use with a lambda expression or method reference.
- Since:
 - 5.0
 - Author:
 - Juergen Hoeller
 - See Also:
 
- 
Method Summary
Modifier and TypeMethodDescriptionvoidCustomize the given bean definition. 
- 
Method Details
- 
customize
Customize the given bean definition. 
 -