Module com.s8.api

Annotation Interface S8Setter


@Retention(RUNTIME) @Target({METHOD,FIELD}) public @interface S8Setter

S8Method annotation is permitted on:

  • Synchronous methods (in this case target=method)
  • Asynchronous methods (in this case target=final static field)

Note that rights is defined within method body with custom rules

Author:
Pierre Convert Copyright (C) 2022, Pierre Convert. All rights reserved.
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    Give the name of the field this setter method is attached to.
  • Element Details

    • name

      String name
      Give the name of the field this setter method is attached to.
      Returns:
      the setter name