Fixed docs and Accurest class

This commit is contained in:
Marcin Grzejszczak
2016-04-25 11:24:57 +02:00
parent 65bb7b420a
commit 91e29afb3a
2 changed files with 1 additions and 3 deletions

View File

@@ -3,8 +3,6 @@ package io.codearte.accurest.dsl
import groovy.transform.EqualsAndHashCode
import groovy.transform.ToString
import groovy.transform.TypeChecked
import io.codearte.accurest.dsl.GroovyDsl
/**
* A better name for GroovyDsl
*

View File

@@ -4,7 +4,7 @@ Contract DSL in Accurest is written in Groovy, but don't be alarmed if you didn'
a tiny subset of it (namely literals, method calls and closures). What's more, Accurest's DSL is designed to be programmer-readable without any knowledge of the DSL itself -
it's statically typed.
WARNING: Since {messaging_version} you can use the `io.codearte.accurest.Accurest` class in your DSL files.
WARNING: Since {messaging_version} you can use the `io.codearte.accurest.dsl.Accurest` class in your DSL files.
Let's look at full example of a contract definition.