@Retention(value: RetentionPolicy.RUNTIME) @Target(value: ElementType.METHOD) @org.spockframework.runtime.extension.ExtensionAnnotation(value: RunOnceExtension) @interface RunOnce
This annotation may be applied to fixture methods in a Spock Spec that should be run once and only.