Hi all,

I recently used Clojure to create a Java interface and class (via 
definterface/deftype) that both required Java annotations. I was within 
striking distance of my goal, but was finally caught out by the fact that 
although Clojure has a nice Java annotation syntax, one cannot currently 
supply an int argument to a Java annotation.

This same issue is described here:

https://stackoverflow.com/questions/18280626/clojure-annotations-and-integers

It seems a shame that the Java annotations support in Clojure is very 
useful and capable yet has an Achilles' heel.

Does anyone have any thoughts about how this could be solved in Clojure?

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to