commonMain.ch.tutteli.atrium.assertions.ExperimentalExpectationApi.kt Maven / Gradle / Ivy
package ch.tutteli.atrium.assertions
@RequiresOptIn
@Retention(AnnotationRetention.BINARY)
@Target(AnnotationTarget.FUNCTION, AnnotationTarget.CLASS)
annotation class ExperimentalExpectationApi(val reason: String = "")
© 2015 - 2024 Weber Informatics LLC | Privacy Policy