2010-03-07 8 views

Odpowiedz

11

Spróbuj

(ns foo.bar 
    (:gen-class 
    :methods [[parseString [String Object] "[Ljava.lang.Object;"]])) 
3

Potrzebowałem

static Number[][] method(int, Number[][]); 

podpis, w podobny sposób:

(:gen-class 
:methods [#^{:static true} [method [int "[[Ljava.lang.Number;"] "[[Ljava.lang.Number;"]]) 

wydawało się do pracy.

Powiązane problemy