Package org.springframework.data.aot
Interface RegisteredBeanAotContribution
- All Superinterfaces:
BeanRegistrationAotContribution
Extension to
BeanRegistrationAotContribution
that bases its contribution on a RegisteredBean
. This
interface exposes its source
.- Since:
- 3.0
- Author:
- Christoph Strobl
-
Method Summary
Methods inherited from interface org.springframework.beans.factory.aot.BeanRegistrationAotContribution
applyTo, customizeBeanRegistrationCodeFragments
-
Method Details
-
getSource
RegisteredBean getSource()- Returns:
- the source
RegisteredBean
.
-