jvmMain.org.spekframework.spek2.CreateWith.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of spek-dsl-jvm Show documentation
Show all versions of spek-dsl-jvm Show documentation
Kotlin JVM module for spek-dsl
package org.spekframework.spek2
import org.spekframework.spek2.lifecycle.InstanceFactory
import kotlin.reflect.KClass
@Target(AnnotationTarget.CLASS)
@Retention(AnnotationRetention.RUNTIME)
annotation class CreateWith(val factory: KClass)