cn.dreampie.common.plugin.db.tx.AXTxConfig Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jfinal-dreampie Show documentation
Show all versions of jfinal-dreampie Show documentation
jfinal shiro-freemarker plugins
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
}