org.ektorp
Annotation Type Retryable


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

Used to annotate methods that can be retries in case of update conflict. Best realized in an aspect. No implementation supplied with Ektorp as this would introduce unnecessary dependencies.

Author:
henrik lundgren



Copyright © 2010. All Rights Reserved.