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