// Check for a component specification
ManagementComponent mc = managementObject.componentType();
if (mc.equals(AnnotationDefaults.COMP_TYPE) == false)
moAnnotations.put(ManagementComponent.class.getName(), mc);
// ManagementObject level default factory classes
moFieldsFactory = managementObject.fieldsFactory();
moConstraintsFactory = managementObject.constraintsFactory();
moPropertyFactory = managementObject.propertyFactory();
}
if (trace)