package net.ttddyy.dsproxy.proxy; /** * @author Tadaya Tsuyukubo */ public interface DataSourceNameAware { String getDataSourceName(); }