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

aQute.launchpad.Probe Maven / Gradle / Ivy

The newest version!
package aQute.launchpad;

import java.io.Closeable;

public interface Probe {

	void foo();

	Closeable enable(Class componentClass);

	boolean isOk();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy