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

net.hserver.plugins.beetlsql.tx.Tx Maven / Gradle / Ivy

package net.hserver.plugins.beetlsql.tx;

import java.lang.annotation.*;

/**
 * @author hxm
 */
@Target({ElementType.METHOD})
@Retention(RetentionPolicy.RUNTIME)
@Documented
public @interface Tx {

    int timeoutMillisecond() default -1;

    Class[] rollbackFor() default {};
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy