@Override
public void registerAttributes(ManagementResourceRegistration registration) {
super.registerAttributes(registration);
// check that we don't need a special handler here?
final OperationStepHandler writeHandler = new ReloadRequiredWriteAttributeHandler(ATTRIBUTES);
for (AttributeDefinition attr : ATTRIBUTES) {
registration.registerReadWriteAttribute(attr, null, writeHandler);
}
// Attribute virtual-nodes has been deprecated, convert to the corresponding segments value if not the default.