PackageInfo
I've added support for retrieving package info for a class.
This is mainly so you can get at the annotations.
This doesn't work for javassist which doesn't provide package annotations.
Enum Constants
You can now retrieve the underlying real enum constant.
Also, you can retrieve the annotations against the constants.
BeanInfo property accessors
I've fixed this new code to delegate to the PropertyInfo
such that the property can decide how to get/set the property.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4010129#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...