class metadata wasn't meant to be used in interceptors, but to annotate at the class level like you would in JSR-175 and then be able to use the attributes within pointcut expressions
execution(* @billable->get(..)) pointcut on execution of any get method of any class tagged as billable. One thing I do want to add is some type safety to the metadata stuff. String just don't cut it. In the near future I'll add real annotation support with JDK 1.5 and some wrapper shit so that you can do it with JDK 1.4 stuff (like JAM or something similar). Bill View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3828021#3828021 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3828021 ------------------------------------------------------- This SF.Net email is sponsored by: IBM Linux Tutorials Free Linux tutorial presented by Daniel Robbins, President and CEO of GenToo technologies. Learn everything from fundamentals to system administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click _______________________________________________ JBoss-Development mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-development
