We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 414880b commit e661849Copy full SHA for e661849
jvm/selfie-lib/src/commonMain/kotlin/com/diffplug/selfie/Selfie.kt
@@ -95,7 +95,7 @@ object Selfie {
95
* `selfie.*` it will keep looking up the stack trace until a caller is not inside `selfie.*`.
96
*/
97
@JvmStatic
98
- @VcrBeta
+ @ExperimentalSelfieVcr
99
fun vcrTestLocator(sub: String = "") = VcrSelfie.TestLocator(sub, deferredDiskStorage)
100
}
101
@@ -104,4 +104,4 @@ object Selfie {
104
message = "This API is in beta and may change in the future.")
105
@Retention(AnnotationRetention.BINARY)
106
@Target(AnnotationTarget.CLASS, AnnotationTarget.FUNCTION, AnnotationTarget.PROPERTY)
107
-annotation class VcrBeta
+annotation class ExperimentalSelfieVcr
0 commit comments