AOP goodies
Wednesday, July 27th, 2005While reading a JavaOne presentation on apt — the Annotation Processing Tool [en], I discovered some AOP projects I had never heard of before.
The first one, rapt [en], is used in order to define mixins using Java5 annotations. This is grammatically speaking a little bit weird, but a nice usage of apt I guess. The presentation is […]