Save This Page
Home » spring-framework-2.5.5-with-dependencies » org.springframework » beans » [javadoc | source]
org.springframework.beans
public interface: BeanMetadataElement [javadoc | source]

All Known Implementing Classes:
    ValueHolder, AnnotatedGenericBeanDefinition, AnnotatedBeanDefinition, BeanMetadataAttribute, AdvisorComponentDefinition, CompositeComponentDefinition, ImportDefinition, BeanMetadataAttributeAccessor, AbstractComponentDefinition, PropertyValue, BeanDefinition, RuntimeBeanNameReference, RuntimeBeanReference, MethodOverride, BeanReference, AbstractBeanDefinition, ManagedList, DocumentDefaultsDefinition, TypedStringValue, ChildBeanDefinition, ComponentDefinition, ScannedGenericBeanDefinition, ReplaceOverride, RootBeanDefinition, ManagedProperties, BeanComponentDefinition, BeanDefinitionHolder, AliasDefinition, GenericBeanDefinition, PointcutComponentDefinition, LookupOverride, AutowireCandidateQualifier, ManagedSet, ManagedMap, AspectComponentDefinition, DefaultsDefinition

Interface to be implemented by bean metadata elements that carry a configuration source object.
Method from org.springframework.beans.BeanMetadataElement Summary:
getSource
Method from org.springframework.beans.BeanMetadataElement Detail:
 public Object getSource()
    Return the configuration source Object for this metadata element (may be null).