/* 332 */ propAnnotations.put(ManagementProperty.class.getName(), managementProperty);
/* 333 */ if (id != null)
/* */ {
/* 335 */ propAnnotations.put(ManagementObjectID.class.getName(), id);
/* */
/* 337 */ nameType = id.type();
/* */ }
/* 339 */ if (ref != null)
/* 340 */ propAnnotations.put(ManagementObjectRef.class.getName(), ref);
/* 341 */ if (runtimeRef != null) {
/* 342 */ propAnnotations.put(ManagementRuntimeRef.class.getName(), runtimeRef);