@ParametersAreNonnullByDefault
Package com.google.common.html
Escapers
for
HTML.
This package is a part of the open-source Guava library.
-
Class Summary Class Description HtmlEscapers Escaper
instances suitable for strings to be included in HTML attribute values and most elements' text contents. -
Annotation Types Summary Annotation Type Description ElementTypesAreNonnullByDefault Marks all "top-level" types as non-null in a way that is recognized by Kotlin.ParametricNullness Marks a "top-level" type-variable usage as (a) a Kotlin platform type when the type argument is non-nullable and (b) nullable when the type argument is nullable.