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

org.jdom2.contrib.perf.TimeRunnable Maven / Gradle / Ivy

Go to download

A complete, Java-based solution for accessing, manipulating, and outputting XML data

The newest version!
package org.jdom2.contrib.perf;

interface TimeRunnable {
	void run() throws Exception;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy