Spark.Dsl.Verifier behaviour (spark v2.2.46)
View SourceA verifier gets the dsl state and can return :ok
or :error
.
In a verifier, you can reference and depend on other modules without causing compile time dependencies.
A verifier gets the dsl state and can return :ok
or :error
.
In a verifier, you can reference and depend on other modules without causing compile time dependencies.