Personally I'd probably find adding annotations at the method level more useful than at the gen-class level. Although both would certainly be handy.
Some examples I'm thinking of would be adding say the spring @Component annotation to a class, so that the instance could be autowired into other classes. Another example would be a small AOP style framework we have at work, where I'd add an @AfterAdvice annotation against a method. I'm not even sure what a good syntax would be (I've yet to give that any thought).. On Thu, Feb 26, 2009 at 12:55 PM, Rich Hickey <richhic...@gmail.com> wrote: > > There's no support right now. Is what you want enhancements to gen- > class? > --~--~---------~--~----~------------~-------~--~----~ 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 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 -~----------~----~----~----~------~----~------~--~---