opensavvy.prepared.suite.annotations¶
Types¶
ExperimentalPreparedApi¶
@RequiresOptIn(message = "This is part of an experimental API of the Prepared framework. It could change or be removed without warnings.")
annotation class ExperimentalPreparedApi(val trackingUrl: String)
TestEntrypoint¶
@Target(allowedTargets = [AnnotationTarget.FUNCTION])
annotation class TestEntrypoint
Annotates functions that are test entrypoints.