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

io.holunda.camunda.bpm.extension.jgiven.formatter.QuotedVarargs.kt Maven / Gradle / Ivy

There is a newer version: 1.22.0
Show newest version
package io.holunda.camunda.bpm.extension.jgiven.formatter

import com.tngtech.jgiven.annotation.Format

/**
 * Annotation using the Vargarg Argument formatter.
 */
@MustBeDocumented
@Format(value = VarargsFormatter::class, args = ["\"%s\""])
@Retention(AnnotationRetention.RUNTIME)
@Target(AnnotationTarget.VALUE_PARAMETER, AnnotationTarget.ANNOTATION_CLASS, AnnotationTarget.FIELD)
annotation class QuotedVarargs




© 2015 - 2024 Weber Informatics LLC | Privacy Policy