Currently clojure doesn't support annotations, which is a huge issue at
times when integrating with some newer java frameworks.
I'm not sure if anyones working on it yet either, and to be honest I'm not
even sure what syntax would work well - something encoded in the metadata
woud be good I guess.
Hi,
How can I define annotation for a proxy?
For example:
Java code:
http://viewvc.jboss.org/cgi-bin/viewvc.cgi/netty/trunk/src/main/java/org/jboss/netty/example/http/snoop/HttpResponseHandler.java?view=markup
Clojure code:
(def handler
(proxy [SimpleChannelUpstreamHandler] []
(message