You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.