| Article: |
Peeking Inside the Box: Attribute-Oriented Programming with Java 1.5, Part 1 | |
| Subject: | Related blog entry | |
| Date: | 2004-07-06 02:40:23 | |
| From: | herbyderby | |
| http://sixlegs.com/blog/java/async-annotations.html | ||
Showing messages 1 through 1 of 1.
-
Related blog entry
2004-07-06 12:41:33 Don Schwarz | [View]



I actually considered rewriting the article to use CGLIB at one point. It does seem a much better match for much of what I was trying to do. Part of the purpose of the article was to expose some of the details, though, so I think the BCEL implementation works a bit better as a learning tool (at least for those who aren't scared away by details).
Funny. In the second half of the article I will be complaining about BCEL's lack of ability to do that! Thanks for the tip.