tonva / pojo-mbean

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

Consider compiling with JRE 1.5 as target platform #20

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Currently, IntrospectedDynamicMBean uses @Override annotation to indicate 
implementation of DynamicMBean interface methods, otherwise we could have 1.5 
target platform.

But to support Descriptors (see issue 4) we'd have to use JDK 6 API's. 
Possibly, we could use subclassing to leave base-functionality JRE 5 compatible.

Original issue reported on code.google.com by morten.h...@gmail.com on 10 Jul 2011 at 3:37

GoogleCodeExporter commented 9 years ago

Original comment by morten.h...@gmail.com on 10 Jul 2011 at 8:49

GoogleCodeExporter commented 9 years ago
Changes committed

Original comment by morten.h...@gmail.com on 11 Jul 2011 at 7:15