com.spun.util.io.StackElementSelector Maven / Gradle / Ivy
The newest version!
package com.spun.util.io;
public interface StackElementSelector
{
public StackTraceElement selectElement(StackTraceElement[] trace);
public void increment();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy