Are aspect libraries available?
Some libraries are distributed in the release under the examples folder in the distribution. These are “libraries” in the sense that they are reusable, but they are delivered in source form. If you develop such a library and want to make it available to other users, feel to send it to the users mailing list aspectj-users@eclipse.org. In AspectJ 1.1, ajc supports binary aspects, so you can distribute aspect libraries without distributing the source. For more information, see the -aspectpath option in the Reference for ajc.