Package net.jqwik.api.lifecycle
Interface Store.CloseOnReset
-
@API(status=EXPERIMENTAL, since="1.6.3") public static interface Store.CloseOnReset
Any value that implements this interface will automatically be closed when its store goes out of scope. That scope is defined by the store's Store.lifespan()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
close()
-