Hi everyone,
I'm pleased to announce the release of Deeto 0.1.0 [1]
Deeto is a Clojure library for Java developers. With Deeto you can
define your data transfer object types via interfaces in Java. You do
not need to implement these interfaces. Instead you can ask Deeto to
analyze (via reflection) the interface class and then give you a
factory for it.
Deeto returns Java dynamic proxys which implements `Cloneable` and
`Serializable`. The proxy has sane `equals`, `hashCode` and `clone`
implemetations.
It's available now on Clojars.
Henrik
[1]
https://github.com/henrik42/deeto/tree/0.1.0