Module com.s8.api

Annotation Interface S8Field


@Retention(RUNTIME) @Target(FIELD) public @interface S8Field
The field name annotation for the S8 Stack.
Author:
Pierre Convert Copyright (C) 2025, Pierre Convert. All rights reserved.
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    The name of the field
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    The export value for the field
  • Element Details

    • name

      String name
      The name of the field
      Returns:
      the name this field will be bound to
    • export

      String export
      The export value for the field
      Returns:
      the chosen I/O format for exchanging data
      Default:
      "(default)"