All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.jetbrains.spek.extension.SpekExtension.kt Maven / Gradle / Ivy

There is a newer version: 1.1.5
Show newest version
package org.jetbrains.spek.extension

import org.jetbrains.spek.meta.Experimental
import kotlin.reflect.KClass

/**
 * @author Ranie Jade Ramiso
 */
@Experimental
@Target(AnnotationTarget.ANNOTATION_CLASS, AnnotationTarget.CLASS)
annotation class SpekExtension(val extension: KClass)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy