View Source Spark.Dsl.Verifier behaviour (spark v2.1.21)
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.
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.