public final class AutowiredPropertyMarker extends Object implements Serializable
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.
public static final Object INSTANCE