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

com.cedarsoft.test.utils.TempFolder.kt Maven / Gradle / Ivy

The newest version!
package com.cedarsoft.test.utils

/**
 * Marks a parameter as a temporary folder
 */
@Target(AnnotationTarget.CLASS, AnnotationTarget.FILE, AnnotationTarget.VALUE_PARAMETER)
@Retention(AnnotationRetention.RUNTIME)
@MustBeDocumented
annotation class TempFolder




© 2015 - 2025 Weber Informatics LLC | Privacy Policy