spring -- AutoCloseable 作用

作用:

  关闭资源

public interface AutoCloseable {
void close() throws Exception;
}



posted @ 2020-05-27 16:20  Draymond  阅读(437)  评论(0)    收藏  举报