Class AutowiredPropertyMarker
java.lang.Object
org.springframework.beans.factory.config.AutowiredPropertyMarker
- All Implemented Interfaces:
Serializable
Simple marker class for an individually autowired property value, to be added
to
BeanDefinition.getPropertyValues()
for a specific bean property.
At runtime, this will be replaced with a DependencyDescriptor
for the corresponding bean property's write method, eventually to be resolved
through a AutowireCapableBeanFactory.resolveDependency(org.springframework.beans.factory.config.DependencyDescriptor, java.lang.String)
step.
-
Field Summary
-
Method Summary