# guava

以下均省略 `com.google.common.MODULE_NAME`（全小寫）， （`Concurrent` 是省略 `com.google.common.util.concurrent`）。

* Annotations
* Base
  * Annotations
* Cache
  * Annotations
  * Base
  * Collect
  * (util) Concurrent
* Collect
  * Annotations
  * Base
  * Math
  * Primitives
* Escape
  * Annotations
  * Base
* Html
  * Annotations
  * Escape
* Io
  * Annotations
  * Base
  * Math
  * Primitives
* Math
  * Annotations
  * Base
  * Primitives
* Net
  * Annotations
  * Base
  * Escape
* Primitives
  * Annotations
  * Base
* (util) Concurrent
  * Annotations
  * Base
  * Collect
* Xml
  * Annotations
  * Base
  * Escape

要偷懶的話就 inherits `Cache` 可以涵蓋 75% 的 moudule， 只剩下 `Escape`、`Html`、`Net`、`Xml` 沒有包進去。 或是可以考慮 `com.google.common.ForceGuavaCompilation` 這個 XD。


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://gwt.dontcareabout.us/3rd-party/guava.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
