spring-attic / spring-dsl

Experimental Spring Dsl Library around Language features
Apache License 2.0
12 stars 6 forks source link

Replace use of Document with DslContext #17

Closed jvalkeal closed 5 years ago

jvalkeal commented 5 years ago

DslContext would be a new concept which would be playing as a role of a pojo passed to various methods instead of Document. This helps not to change some core interfaces and allows to pass additional attribute data to methods.