Annotation Interface Field


@Retention(RUNTIME) @Target(FIELD) @Documented public @interface Field
レコードのフィールドであることを示すアノテーション。
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    int
    フィールドの長さ(バイト数)
    int
    フィールドの開始位置(1始まり)
  • Element Details

    • offset

      int offset
      フィールドの開始位置(1始まり)
      Returns:
      フィールドの開始位置
    • length

      int length
      フィールドの長さ(バイト数)
      Returns:
      フィールドの長さ(バイト数)