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

com.github.goldin.spock.extensions.tempdir.TempDir.groovy Maven / Gradle / Ivy

The newest version!
package com.github.goldin.spock.extensions.tempdir

import org.spockframework.runtime.extension.ExtensionAnnotation
import java.lang.annotation.*


@Retention(RetentionPolicy.RUNTIME)
@Target(ElementType.FIELD)
@ExtensionAnnotation( TempDirExtension )
@interface TempDir {}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy