mioz2077 / pojo-mbean

Automatically exported from code.google.com/p/pojo-mbean
0 stars 0 forks source link

Support JSK-255 annotations (package javax.management) #34

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Again, great project!

Would you update IntrospectedDynamicMBean to match annotations by simple class 
name rather than full class name?

This is tricky in that you need to scan all annotations on a method & only 
check the simple class name, rather than simply lookup a particular annotation.

The other tricky bit is working out how to recover the annotation fields (e.g., 
Description, etc.).

It might be easier to have two mbeans - one for org.softee annotations & one 
for JDK annotations.  Long term I'd expect your codebase to recommend to the 
standard annotations for new code.

I may be able to help here, if you need some coding time.

Original issue reported on code.google.com by b.k.ox...@gmail.com on 7 Aug 2013 at 1:10