glossaryExemptTerms property

List<String> glossaryExemptTerms
final

Term-scoped exemption: the glossary terms this key is excused from ("glossary_exempt": ["take", "sentence"]). Every other term still enforces.

One string can legitimately use two locked terms non-literally for two different reasons while still needing the rest of the glossary applied; naming them keeps the waiver narrow and reviewable in a diff.

Implementation

final List<String> glossaryExemptTerms;