readingRestrictions property

Set<String>? readingRestrictions
final

This element is used to indicate when the reading only applies to a subset of the KanjiElement.element elements in the entry. In its absence, all readings apply to all kanji elements. The contents of this element must exactly match those of one of the KanjiElement.element elements.

Quoted from JMdict:122-125

Implementation

final Set<String>? readingRestrictions;