All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.wadpam.open.transaction.Idempotent Maven / Gradle / Ivy

The newest version!
package com.wadpam.open.transaction;

import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;

/**
 * Marker interface to annotating methods that are transactional and idempotent.
 * @author mattiaslevin
 */
@Retention(RetentionPolicy.RUNTIME)
@Target(ElementType.METHOD)
public @interface Idempotent {
    // marker annotation
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy