Package io.kestra.repository.memory
Annotation Interface MemoryRepositoryEnabled
@Documented
@Retention(RUNTIME)
@Target({PACKAGE,TYPE})
@Requires(property="kestra.repository.type",
value="memory")
@DefaultImplementation
public @interface MemoryRepositoryEnabled