Class TranslationOptions

java.lang.Object
com.lokalized.TranslationOptions

@ThreadSafe public final class TranslationOptions extends Object
Per-invocation options for localized string lookup.

These options override the defaults configured on a Strings instance for a single lookup. Instances are structurally immutable and safe to share. A configured TranslationFailureHandler or TranslationFallbackPolicy may be invoked concurrently when the same options are used by concurrent lookups; application-supplied implementations must therefore be thread-safe.

Since:
3.0.0
Author:
Mark Allen