Module com.s8.api

Annotation Interface S8Method


@Retention(RUNTIME) @Target(METHOD) public @interface S8Method
The S8 Stack annotatino for method.
Author:
Pierre Convert Copyright (C) 2025, Pierre Convert. All rights reserved.
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    Give the name of this method
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    Give the flow encoding type of this method
    long
    Give the mask of this method
    long
    Give the properties of this method
  • Element Details

    • name

      String name
      Give the name of this method
      Returns:
      the name this field will be bound to
    • flow

      String flow
      Give the flow encoding type of this method
      Returns:
      the chosen I/O format for exchanging data
      Default:
      "(default)"
    • props

      long props
      Give the properties of this method
      Returns:
      a Bool64
      Default:
      0L
    • mask

      long mask
      Give the mask of this method
      Returns:
      the mask
      Default:
      0L