Annotation Type MemoryRepositoryEnabled


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