jaxb « jmx « Java Enterprise Q&A





1. how to generate JMX MXBean compatible java class model from JAXB?    stackoverflow.com

From the JMX MXBean specification, a java class type J must satisfy Either if J has at least one public constructor with a ConstructorProperties annotation, Or if J has a public no-arg constructor, ...