me.jakejmattson.kutils.api.services.PersistenceService.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of KUtils Show documentation
Show all versions of KUtils Show documentation
A Discord bot framework for Kotlin.
@file:Suppress("unused")
package me.jakejmattson.kutils.api.services
import me.jakejmattson.kutils.internal.utils.diService
class PersistenceService {
fun save(obj: Any) = diService.saveObject(obj)
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy