如何使用gwt / gin将程序/类限制为常量?
而不是:
bindConstant()annotatedWith(AString.class)。为了( “XYZ”);
我们需要:(显然,它不会编译)
bindConstant()annotatedWith(AString.class)。为了(CustomStringProvider.class);
因为此常量存储在cookie /离线存储中。
答案 0 :(得分:0)
你不能简单地bind(String.class).annotatedWith(AString.class).toProvider(CustomStringProvider.class)
吗?
如果您有提供者,则显然不是常量。