com.codingapi.tx.datasource.ICallClose Maven / Gradle / Ivy
package com.codingapi.tx.datasource;
/**
* create by lorne on 2017/8/22
*/
public interface ICallClose {
void close(T resource);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy