Class | Description |
---|---|
XmlEscapers |
Escaper instances suitable for strings to be included in XML attribute values and
elements' text contents. |
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 the closest we can get to "non-nullable when
non-nullable; nullable when nullable" (like the Android
NullFromTypeParam ). |
This package is a part of the open-source Guava library.