Cloners :
|
|
Relates :
|
|
Relates :
|
|
Relates :
|
MXBean currently supports model-specific types annotated with java.beans.ConstructorProperties that is tightly coupled with the client API. A MXBean developer will likely want to avoid using java.beans.ConstructorProperties if it ends up in the desktop module that their code doesn't want to pull in. In that case, the code has to write to achieve the same effort by defining the from(CompositeData) method. Suggestion from Eamonn McManus [1]: Allow ConstructorProperties annotations from any package [1] http://mail.openjdk.java.net/pipermail/jmx-dev/2012-September/000077.html
|