(defn method-sig [^java.lang.reflect.Method meth] [(. meth (getName)) (seq (. meth (getParameterTypes))) (. meth getReturnType)])
Comments top
No comments for method-sig. Log in to add a comment.