Class AutowiredPropertyMarker

java.lang.Object
org.springframework.beans.factory.config.AutowiredPropertyMarker
All Implemented Interfaces:
Serializable

public final class AutowiredPropertyMarker extends Object implements 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 Details

    • INSTANCE

      public static final Object INSTANCE
      The canonical instance for the autowired marker value.
  • Method Details