Package com.jackmeng.locale
Annotation Interface Localized
-
Optional Element Summary
Optional ElementsModifier and TypeOptional ElementDescriptionboolean
Stability is a factor for a third party programmer to decide to either risk it and use this localized component or not.
-
Element Details
-
stability
boolean stabilityStability is a factor for a third party programmer to decide to either risk it and use this localized component or not. Stability of true represents there is a partial support for delocalized components. Stability of false represents there is a HIGHLY unlikely chance it will work.- Returns:
- (true || false) for stability factor
- Default:
- false
-