Annotation Interface Localized


@Retention(SOURCE) @Documented public @interface Localized
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    boolean
    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 stability
      Stability 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