Annotation Interface SossApiMethod


@Retention(RUNTIME) public @interface SossApiMethod
Annotate a method with SossApiMethod to define an ApiModule's invokable method.
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    Set whether this API method should use locking when reading/writing SOSS objects.
    The name of the SossApiMethod to invoke.
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    Set the object not found behavior when this API method is called and the object is missing.