Annotation Interface OnNotice


@Documented @Target(METHOD) @Retention(RUNTIME) public @interface OnNotice
Marks an annotated method as a method invoked by ControllerContext.notify(String, Object...) or ControllerContext.notifyAsync(String, Object...). When a method is called, a controller owing the method is locked. Accessing fields of the controller owing the method, thus, is thread safe.
  • 任意要素の概要

    任意要素
    修飾子とタイプ
    任意要素
    説明
     
  • 要素の詳細

    • value

      String[] value
      デフォルト:
      {"*"}