Interface KeyGenerator

All Known Implementing Classes:
FullyQualifiedMethodNameKeyGenerator, MD5KeyGenerator, MethodNameKeyGenerator

@Deprecated public interface KeyGenerator
Deprecated.
Use KeyGenerator instead.
Interface for key generation algorithms used by LocalizableResource implementations. Implementations of this interface are executed at compile time, and therefore must not contain any JSNI code.