Uses of Annotation Interface
org.springframework.beans.factory.annotation.Configurable
Packages that use Configurable
Package
Description
Support package for annotation-driven bean configuration.
-
Uses of Configurable in org.springframework.beans.factory.annotation
Methods in org.springframework.beans.factory.annotation with parameters of type ConfigurableModifier and TypeMethodDescriptionprotected BeanWiringInfoAnnotationBeanWiringInfoResolver.buildWiringInfo(Object beanInstance, Configurable annotation) Build theBeanWiringInfofor the givenConfigurableannotation.