I was wondering if there was any particular reason or difficulty that would explain why annotations on method parameters are not yet supported. These are quite useful in many frameworks, e.g. parameter injection, observers, eclipse e4 event handling<http://www.vogella.com/articles/Eclipse4EventSystem/article.html#eventsystem_usagereceive>. In the latter case which interests me there's no other way around annotations. After a couple hours looking around, I found no elegant solution for writing event handlers in clojure, I will have to write them in java. Which is sad because event handling is a typical case where closures are of great value. What would it take to implement the support for annotations in method parameters? Being new to e4 and clojure I may have missed something, so I'll be glad for any pointers.
-- -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to [email protected] Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to [email protected] 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 [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
