Literal descriptors is a family of macros and supporting classes which allow the creation of constant literal descriptors containing literal text that can be placed by the compiler into read-only memory.
They are more efficient than the old literal macro _L which they replace. The _L macro is retained for backward compatibility.