Uses of Class
nonapi.io.github.classgraph.recycler.RecycleOnClose
Packages that use RecycleOnClose
-
Uses of RecycleOnClose in nonapi.io.github.classgraph.recycler
Methods in nonapi.io.github.classgraph.recycler that return RecycleOnCloseModifier and TypeMethodDescriptionRecycler.acquireRecycleOnClose()
Acquire a Recyclable wrapper around an object instance, which can be used to recycle object instances at the end of a try-with-resources block.