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.
- Since:
- 5.2
- Author:
- Juergen Hoeller
- See Also:
-
Field Summary
Fields -
Method Summary
-
Field Details
-
INSTANCE
The canonical instance for the autowired marker value.
-
-
Method Details
-
equals
-
hashCode
-
toString
-