n01se/deltype

Delegation support in deftype and reify. This is an experimental augmentation to support automatic delegation to specified fields with a specified interface.

Leiningen/Boot

[n01se/deltype "0.0.2"]

Clojure CLI/deps.edn

n01se/deltype {:mvn/version "0.0.2"}

Gradle

implementation("n01se:deltype:0.0.2")

Maven

<dependency>
  <groupId>n01se</groupId>
  <artifactId>deltype</artifactId>
  <version>0.0.2</version>
</dependency>