@CheckReturnValue @ParametersAreNonnullByDefault

Package com.google.common.escape

Interfaces, utilities, and simple implementations of escapers and encoders. The primary type is Escaper.

Additional escapers implementations are found in the applicable packages: HtmlEscapers in com.google.common.html, XmlEscapers in com.google.common.xml, and UrlEscapers in com.google.common.net.

This package is a part of the open-source Guava library.