Annotation Interface Constant


@Documented @Target({FIELD,TYPE}) @Retention(RUNTIME) public @interface Constant
Marks an annotated field or a annotated class as a constant which is visible to browsers. The field values must be available immediately after the locked @OnCreate methods' execution. The field values at that time will be sent to browsers. The field values at that time must be serializable by Jackson. Must not use this annotation on the following fields:
  • Fields of types in the package org.wcardinal.controller
  • Fields of types in the package org.wcardinal.controller.data
  • Fields of types annotated with Page
  • Fields of types annotated with Popup
  • Fields of types annotated with Component
  • Fields of types annotated with SharedComponent
  • 任意要素の概要

    任意要素
    修飾子とタイプ
    任意要素
    説明
    Class<?>[]
     
  • 要素の詳細

    • value

      Class<?>[] value
      デフォルト:
      {}