Annotation Interface Name


Annotation that can be used to specify the name when binding to an immutable property. This annotation may be required when binding to names that clash with reserved language keywords.
从以下版本开始:
4.0
作者:
Phillip Webb
  • 必需元素概要

    所需元素
    修饰符和类型
    必需的元素
    说明
    The name of the property to use for binding.
  • 元素详细资料

    • value

      String value
      The name of the property to use for binding.
      返回:
      the property name