All Downloads are FREE. Search and download functionalities are using the official Maven repository.

me.obsilabor.pistonmetakt.annotations.Annotations.kt Maven / Gradle / Ivy

There is a newer version: 1.0.7
Show newest version
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