The Clojure definition. (ns hello.impl.test (:gen-class :implements [hello.interfaces.Test])) (defn doSomething [v] (str "hello " v)) ...
確定! 回上一頁