1 package net.pterodactylus.sone.database;
4 * Combines a {@link FriendProvider} and a {@link FriendStore} into a friend database.
6 * @author <a href="mailto:bombe@pterodactylus.net">David ‘Bombe’ Roden</a>
8 public interface FriendDatabase extends FriendProvider, FriendStore {