AbstractScopeDestructionCallback.java 文件源码

java
阅读 16 收藏 0 点赞 0 评论 0

项目:spring-scopes 作者:
/**
 * Construct the Callback with the {@link Scope} and bean name
 * 
 * @param scope The {@link Scope} the destruction callback runs under
 * @param name The name of the bean
 */
public AbstractScopeDestructionCallback(Scope scope, String name) {
    this.scope = scope;
    this.name = name;
}
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号