> For the complete documentation index, see [llms.txt](https://gwt.dontcareabout.us/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://gwt.dontcareabout.us/3rd-party/guava.md).

# 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。
