org.springframework.beans.BeanMetadataElement
接口
BeanMetadataElement
/**
-
Interface to be implemented by bean metadata elements
-
that carry a configuration source object.
-
@author Juergen Hoeller
-
@since 2.0
*/
public interface BeanMetadataElement {/**
- Return the configuration source {@code Object} for this metadata element
- (may be {@code null}).
*/
@Nullable
default Object getSource() {
return null;
}
}
黑洞@heidsoft
Github:https://github.com/heidsoft
微博:http://weibo.com/liuganbin
热衷云计算和大数据
关注CloudStack,OpenStack,Linux c/c++/python/java
关注研究新技术