ru.astrainteractive.astralibs.permission.Permission.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of core Show documentation
Show all versions of core Show documentation
Core utilities for spigot development
package ru.astrainteractive.astralibs.permission
interface Permission {
/**
* Permission value: com.example.permission
*/
val value: String
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy