Package net.jqwik.api.lifecycle
Interface Store.CloseOnReset
- 
 @API(status=EXPERIMENTAL, since="1.6.3") public static interface Store.CloseOnResetAny 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 SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description voidclose()
 
-