[jboss-dev-forums] [Design the new POJO MicroContainer] - BeanInfos for annotations

adrian@jboss.org do-not-reply at jboss.com
Thu Feb 1 10:35:04 EST 2007


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#4009483

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4009483



More information about the jboss-dev-forums mailing list