From: <sco...@jb...> - 2005-05-01 15:36:14
|
So JDK6 is thinking about including a standard ability to process annotations outside of a running jvm: JSR 269: Pluggable Annotation-Processing API http://www.jcp.org/en/jsr/detail?id=269 Relevant to this dicussion would be the ability to process annotations using the com.sun.mirror.* apis without loading classes. Has anyone looked at using these? http://java.sun.com/j2se/1.5.0/docs/guide/apt/mirror/overview-summary.html View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3876063#3876063 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3876063 |