模块  jdk.jfr
软件包  jdk.jfr

Annotation Type Name


  • @Target({TYPE,字段,METHOD})
    @Retention(RUNTIME)
    public @interface Name
    覆盖元素的默认名称的注释(例如,当事件的默认包不合适时)。

    该名称必须是在Java语言中的有效标识符(例如, "com.example.MyEvent"一个事件类或者"message"的事件字段)。

    从以下版本开始:
    9
    • Required Element Summary

      Required Elements  
      变量和类型 Required Element 描述
      String value
      返回名称。
    • Element Detail

      • value

        String value
        返回名称。
        结果
        名字