// class
final String description =
getDescription(annotatedMBean.getAnnotation(MBean.class).description(), annotatedMBean.getName());
final NotificationInfo notification = annotatedMBean.getAnnotation(NotificationInfo.class);
if (notification != null)
{
notificationInfos.add(getNotificationInfo(notification, annotatedMBean.getName()));
}