Annotation Interface Description


@Target({TYPE,METHOD}) @Retention(RUNTIME) @Documented public @interface Description
Adds a textual description to bean definitions derived from Component or Bean.
从以下版本开始:
4.0
作者:
Juergen Hoeller
另请参阅:
  • 必需元素概要

    所需元素
    修饰符和类型
    必需的元素
    说明
    The textual description to associate with the bean definition.
  • 元素详细资料

    • value

      String value
      The textual description to associate with the bean definition.