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

io.kestra.storage.gcs.GcsStorageEnabled Maven / Gradle / Ivy

There is a newer version: 0.19.0
Show newest version
package io.kestra.storage.gcs;

import io.micronaut.context.annotation.Requires;

import java.lang.annotation.*;

@Documented
@Retention(RetentionPolicy.RUNTIME)
@Target({ElementType.PACKAGE, ElementType.TYPE})
@Requires(property = "kestra.storage.type", value = "gcs")
public @interface GcsStorageEnabled {
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy