
com.cedarsoft.test.utils.WithTimeZone.kt Maven / Gradle / Ivy
The newest version!
package com.cedarsoft.test.utils
import org.junit.jupiter.api.extension.ExtendWith
/**
* @author Johannes Schneider ([[email protected]](mailto:[email protected]))
*/
@Target(AnnotationTarget.CLASS, AnnotationTarget.FILE, AnnotationTarget.FUNCTION, AnnotationTarget.PROPERTY_GETTER, AnnotationTarget.PROPERTY_SETTER)
@Retention(AnnotationRetention.RUNTIME)
@MustBeDocumented
@ExtendWith(JavaTimeZoneExtension::class)
annotation class WithTimeZone(val value: String)
© 2015 - 2025 Weber Informatics LLC | Privacy Policy