All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.sagacity.sqltoy.plugins.FirstBizCodeTrace Maven / Gradle / Ivy

There is a newer version: 5.6.31.jre8
Show newest version
package org.sagacity.sqltoy.plugins;

/**
 * 提供获取业务代码的位置
 */
public interface FirstBizCodeTrace {
	public StackTraceElement getFirstTrace(StackTraceElement[] stackTraceElements);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy