agoda-com / Kakao

This repo is no longer supported. Please visit a https://github.com/KakaoCup/Kakao
Apache License 2.0
1.11k stars 102 forks source link

Add DslMarker annotations #77

Closed Unlimity closed 6 years ago

Unlimity commented 6 years ago

To improve experience of writing tests, we need to correctly annotate all classes that we have with corresponding @DslMarker marked annotations. This will allow auto-completion and compiler implicitly infer receiver inside DSL call stack thus making usage of Kakao more easier and pleasant.