I've started adding some support for Java annotations, as of this
commit:

http://github.com/richhickey/clojure/commit/fa899d22dceb531d9f5af833ac6af0d956e6bdc7

Example of use:

http://gist.github.com/377213

It supports annotations for definterface/type/record types (put in
metadata on type name), deftype/record fields (in metadata on field
names), and deftype/record methods (in metadata on method name)

Interestingly, the bulk of the work is only 50 lines of Clojure. The
same code should be useful to gen-class.

Feedback welcome,

Rich

-- 
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

Reply via email to