Skip to content
Malte Isberner edited this page Jan 19, 2014 · 1 revision

DSL Implementation, in the context of Duzzt, means the class or interface which defines the methods that will be executed by DSL actions. Note that the term "implementation" is somewhat imprecise, as also interfaces and abstract classes may be used as the DSL implementation.

The DSL implementation is the class or interface annotated with @GenerateEmbeddedDSL.

Restrictions

Clone this wiki locally