org.gridkit.jvmtool.stacktrace.GenericStackElement Maven / Gradle / Ivy
package org.gridkit.jvmtool.stacktrace;
/**
* Generic interface for stack trace element.
* Introduced to allow analytical tools to be used with
* synthetic stacks.
*
* @author Alexey Ragozin ([email protected])
*/
public interface GenericStackElement {
}