Skip to content
This repository has been archived by the owner on Aug 24, 2021. It is now read-only.

Commit

Permalink
deprecate: The experimental annotation '@ExperimentalKwikFuzzer' has …
Browse files Browse the repository at this point in the history
…been deprecated in favor of the new '@ExperimentalKwikApi' annotation
  • Loading branch information
jcornaz committed Oct 15, 2020
1 parent 7b26f33 commit 03362bb
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,5 @@ package com.github.jcornaz.kwik.fuzzer.api
level = RequiresOptIn.Level.WARNING
)
@Retention(AnnotationRetention.BINARY)
@Deprecated("Has been replaced by the 'ExperimentalKwikApi' annotation")
annotation class ExperimentalKwikFuzzer

0 comments on commit 03362bb

Please sign in to comment.