Annotation Type IdempotentResource


@Retention(RUNTIME)
public @interface IdempotentResource
Add to the methods that need to be idempotent.
  • Optional Element Summary

    Optional Elements 
    Modifier and Type Optional Element Description
    String cachePrefix
    Prefix value to make hash value more collider
  • Element Details

    • cachePrefix

      String cachePrefix
      Prefix value to make hash value more collider
      Returns:
      Default:
      ""