
walkmc.annotation.DeprecatedSinceWalk.kt Maven / Gradle / Ivy
package walkmc.annotation
/**
* An annotation to informates the user who's is using the WalkMC API that's the
* function annoted with this annotation is deprecated since an specified version of WalkMC
*/
annotation class DeprecatedSinceWalk(val since: String)
© 2015 - 2025 Weber Informatics LLC | Privacy Policy