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

com.spun.util.io.StackElementSelector Maven / Gradle / Ivy

There is a newer version: 24.9.0
Show newest version
package com.spun.util.io;

public interface StackElementSelector
{
  public StackTraceElement selectElement(StackTraceElement[] trace);
  public void increment();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy