5960616263646566676869
} // Check if this type is appropriate for the record if (eventAnnotation.recordType() == record.type) { boolean match = false; for (String className : eventAnnotation.className()) { if (className.equals(record.className)) { match = true; break; } }