throw new ConfigurationException("The configuration class must be annotated with @ConfigClass");
if (ccAnno.nodeName().equals(""))
throw new ConfigurationException("To use java preferences config, specify node name for the config class in @ConfigClass annotation");
nodename = ccAnno.nodeName();
}
@Override
protected void storeChilds(Device device, Preferences deviceNode) throws ConfigurationException {