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

cn.dreampie.common.plugin.db.tx.AXTxConfig Maven / Gradle / Ivy

There is a newer version: 1.2.2
Show newest version
package cn.dreampie.common.plugin.db.tx;

/**
 * Created by wangrenhui on 2014/5/9.
 */

import java.lang.annotation.*;

/**
 * AXTxConfig is used to configure configName for AXTx interceptor
 */
@Inherited
@Retention(RetentionPolicy.RUNTIME)
@Target({ElementType.TYPE, ElementType.METHOD})
public @interface AXTxConfig {
  String[] value();        // configName of Config
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy