/* */ {
/* 100 */ ModelMBeanAttributeInfo mmbAttribute = (ModelMBeanAttributeInfo)attribute;
/* 101 */ Descriptor desc = mmbAttribute.getDescriptor();
/* 102 */ if ((desc != null) && (desc.getFieldValue("getMethod") != null))
/* */ {
/* 104 */ getter = mmap.lookupGetter(mmbAttribute);
/* 105 */ if (getter == null)
/* */ {
/* 107 */ throw new IntrospectionException("no getter method found for attribute: " + attribute.getName());
/* */ }
/* */ }