/**
* 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;
}
AbstractScopeDestructionCallback.java 文件源码
java
阅读 16
收藏 0
点赞 0
评论 0
项目:spring-scopes
作者:
评论列表
文章目录