org.ektorp.spring
Annotation Type Idempotent


@Target(value=METHOD)
@Retention(value=RUNTIME)
@Inherited
public @interface Idempotent

Used to annotate idempotent methods that can be retried in case of update conflict.

Author:
henrik lundgren



Copyright © 2011. All Rights Reserved.