Annotation Type Operation


@Target(METHOD)
@Retention(RUNTIME)
public @interface Operation
Operation annotation.
  • Optional Element Summary

    Optional Elements 
    Modifier and Type Optional Element Description
    OperationType type
    The operation type.
    String value
    The operation name.
  • Element Details

    • value

      String value
      The operation name.
      Default:
      ""
    • type

      The operation type.
      Default:
      io.atomix.primitive.operation.OperationType.COMMAND