This post originated from an RSS feed registered with Java Buzz
by dion.
Original Post: AOP to implement Annotations
Feed Title: techno.blog(Dion)
Feed URL: http://feeds.feedburner.com/dion
Feed Description: blogging about life the universe and everything tech
The use, and development of Annotations will increase the use of AOP
Why do I say that? I think it makes sense from what we are seeing happen.
Right now, if you develop your own annotation, how do you actually DO something with it?
Suns APT tool (source only? come on.)
Reflection
Write a quick Aspect :)
I naturally move to writing a simple Aspect to handle the work for me.
We are seeing these thoughts via:
Bill Burke and JBoss have pioneered some of this thinking. Have Annotations as a nice way for users to get things done which happen to be using AOP below. And, then allow them to EXTEND using AOP themselves if they need too.