blob: 7b74e2d593b75a12ae6cbe5007f80c1a57bbcac4 [file] [log] [blame]
// Copyright 2016 The Vanadium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
package io.v.todos.persistence;
public interface Persistence extends AutoCloseable {
void close();
}