Package io.kestra.core.models.templates
Annotation Interface TemplateEnabled
@Documented
@Retention(RUNTIME)
@Target({PACKAGE,TYPE})
@Requires(property="kestra.templates.enabled",
value="true",
defaultValue="false")
@Inherited
public @interface TemplateEnabled