guava/overview.html
cpovirk 7645ffc661 Fix timestamp and comments.
The timestamp is showing up in the generated Javadoc, so we might as well make it match the current year.

RELNOTES=n/a
PiperOrigin-RevId: 548706743
2023-07-17 09:01:41 -07:00

12 lines
429 B
HTML

<body>
Guava is a set of core Java libraries from Google that includes new collection
types (such as multimap and multiset), immutable collections, a graph library,
and utilities for concurrency, I/O, hashing, primitives, strings, and more! It
is widely used on most Java projects within Google, and widely used by many
other companies as well.
<p>For more information, see <a href="https://guava.dev/">guava.dev</a>.
</body>