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

io.activej.common.recycle.Recycler Maven / Gradle / Ivy

package io.activej.common.recycle;

public interface Recycler {
	void recycle(T item);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy