I've extended the BeanInfo api so you can now retrieve a bean view of annotations.
e.g. This will produce a bean with one property "value".
| public @interface MyAnnotation
| {
| String value();
| }
|
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4009483#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...