Package org.apache.airflow.sdk
Annotation Builder.Dag
-
- All Implemented Interfaces:
@Target(allowedTargets = {AnnotationTarget.CLASS}) public @interface Builder.Dag
Annotation to automate a Dag-builder pattern.
When applied on a class Foo, this generates a FooBuilder class with a static build method to create the Dag structure automatically.