Package nonapi.io.github.classgraph.recycler
package nonapi.io.github.classgraph.recycler
-
ClassDescriptionRecycleOnClose<T,
E extends Exception> An AutoCloseable wrapper for a recyclable object instance.Recycler for instances of type T, where instantiating this type may throw checked exception E.An interface for recycleable objects that need to be reset whenRecycleOnClose.close()
is called to recycle the object.