public static class LocalizableInstantiator
extends Object
Instantiator that knows how to lookup locale-specific implementations.
It tries pkg.class_locale (including nested classes),
pkg.impl.class_locale, and pkg.classImpl_locale, following the inheritance
chain for the requested locale.
- See Also:
- Serialized Form