Package nonapi.io.github.classgraph.recycler


package nonapi.io.github.classgraph.recycler
  • Class
    Description
    An AutoCloseable wrapper for a recyclable object instance.
    Recycler<T,E extends Exception>
    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 when RecycleOnClose.close() is called to recycle the object.