com.isuwang.soa.core.SoaGlobalTransactional Maven / Gradle / Ivy
package com.isuwang.soa.core;
import java.lang.annotation.*;
/**
* Created by tangliu on 2016/4/11.
*/
@Target({ElementType.METHOD, ElementType.TYPE})
@Retention(RetentionPolicy.RUNTIME)
@Inherited
@Documented
public @interface SoaGlobalTransactional {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy