me.obsilabor.pistonmetakt.annotations.Annotations.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of piston-meta-kt Show documentation
Show all versions of piston-meta-kt Show documentation
Kotlin library to interact with mojangs launchermeta and "piston-data" api
package me.obsilabor.pistonmetakt.annotations
@Retention(AnnotationRetention.BINARY)
@Target(AnnotationTarget.CLASS, AnnotationTarget.FUNCTION)
@RequiresOptIn(
message = "This is unsafe API functionality and should be used with care.",
level = RequiresOptIn.Level.WARNING
)
annotation class UnsafePistonMetaApi
@Retention(AnnotationRetention.BINARY)
@Target(AnnotationTarget.CLASS, AnnotationTarget.FUNCTION)
@RequiresOptIn(
message = "This is unsafe API functionality and currently doesn't work.",
level = RequiresOptIn.Level.ERROR
)
annotation class NotWorkingPistonMetaApi
© 2015 - 2024 Weber Informatics LLC | Privacy Policy