diff --git a/src/main/clojure/org/ajoberstar/cljj/internal/invoke.clj b/src/main/clojure/org/ajoberstar/cljj/internal/invoke.clj index 8201add..2437d5a 100644 --- a/src/main/clojure/org/ajoberstar/cljj/internal/invoke.clj +++ b/src/main/clojure/org/ajoberstar/cljj/internal/invoke.clj @@ -1,4 +1,4 @@ -(ns org.ajoberstar.cljj.internal.invoke +(ns ^:no-doc org.ajoberstar.cljj.internal.invoke "Wrapper API for the java.lang.invoke API. Primarily this was limited to the methods functions needed to support ike.cljj.function." (:import (java.lang.invoke MethodType MethodHandles MethodHandleProxies MethodHandles$Lookup MethodHandle)