Replace friend-related interfaces with Kotlin versions
[Sone.git] / src / main / kotlin / net / pterodactylus / sone / database / FriendDatabase.kt
diff --git a/src/main/kotlin/net/pterodactylus/sone/database/FriendDatabase.kt b/src/main/kotlin/net/pterodactylus/sone/database/FriendDatabase.kt
new file mode 100644 (file)
index 0000000..75e5623
--- /dev/null
@@ -0,0 +1,6 @@
+package net.pterodactylus.sone.database
+
+/**
+ * Combines a [FriendProvider] and a [FriendStore] into a friend database.
+ */
+interface FriendDatabase : FriendProvider, FriendStore