Annotation Interface NlsContext


@Retention(CLASS) @Target(ANNOTATION_TYPE) public @interface NlsContext
  • 可选元素概要

    可选元素
    修饰符和类型
    可选元素
    说明
    @NonNls String
    Provide a neat property key prefix that unambiguously defines literal usage context.
    @NonNls String
    Provide a neat property key suffix that unambiguously defines literal usage context.
  • 元素详细资料

    • prefix

      @NonNls @NonNls String prefix
      Provide a neat property key prefix that unambiguously defines literal usage context. E.g. "button", "button.tooltip" for button text and tooltip correspondingly, "action.text" for action text
      默认值:
      ""
    • suffix

      @NonNls @NonNls String suffix
      Provide a neat property key suffix that unambiguously defines literal usage context. E.g. "description" for action/intention description
      默认值:
      ""