/* */
/* */ private void registerManagementInterface()
/* */ {
/* */ try
/* */ {
/* 543 */ Management annotation = (Management)resolveAnnotation(Management.class);
/* */
/* 545 */ Class intf = null;
/* 546 */ if (annotation != null) {
/* 547 */ intf = annotation.value();
/* */ }
/* 549 */ if (intf == null)
/* */ {
/* 551 */ Class[] interfaces = getBeanClass().getInterfaces();
/* 552 */ int interfaceIndex = 0;