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

com.bgy.tools.starter.transaction.annotation.BatchTransactional Maven / Gradle / Ivy

There is a newer version: 1.1.26
Show newest version
package com.bgy.tools.starter.transaction.annotation;

import java.lang.annotation.*;

/**
 * @author ypq
 */
@Target({ElementType.METHOD})
@Retention(RetentionPolicy.RUNTIME)
@Inherited
@Documented
public @interface BatchTransactional {
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy