用gwt / gin通过程序/类绑定常量

时间:2011-12-15 04:04:59

标签: gwt constants gin

如何使用gwt / gin将程序/类限制为常量?

而不是:

bindConstant()annotatedWith(AString.class)。为了( “XYZ”);

我们需要:(显然,它不会编译)

bindConstant()annotatedWith(AString.class)。为了(CustomStringProvider.class);

因为此常量存储在cookie /离线存储中。

1 个答案:

答案 0 :(得分:0)

你不能简单地bind(String.class).annotatedWith(AString.class).toProvider(CustomStringProvider.class)吗?

如果您有提供者,则显然不是常量