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

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

There is a newer version: 6.0-beta2
Show newest version
package io.activej.common.recycle;

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy