commonMain.co.touchlab.skie.configuration.annotations.SuppressSkieWarning.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of configuration-annotations-1.9.0-jvm Show documentation
Show all versions of configuration-annotations-1.9.0-jvm Show documentation
Annotations to configure SKIE behavior.
The newest version!
package co.touchlab.skie.configuration.annotations
@Target
annotation class SuppressSkieWarning {
/**
* Suppresses a warning about SKIE renaming a declaration because of a name collision.
*/
@Target(AnnotationTarget.CLASS, AnnotationTarget.FUNCTION, AnnotationTarget.PROPERTY, AnnotationTarget.CONSTRUCTOR)
@Retention(AnnotationRetention.BINARY)
annotation class NameCollision(val suppress: Boolean = true)
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy