GWT Wiki
  • GWT Wiki
  • GWT
    • Super Dev Mode
    • Generator
    • 瀏覽器差異
    • 相關工具
  • GXT
    • Component
    • DrawComponent
    • UiChild List
    • trace log
      • chart.client.draw
    • 瀏覽器差異
  • 3rd Party
    • gwt-jackson
    • guava
    • jqm4gwt
Powered by GitBook
On this page

Was this helpful?

  1. 3rd Party

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。

Previousgwt-jacksonNextjqm4gwt

Last updated 5 years ago

Was this helpful?