package net.tooan.ynpay.commons.service.ibatis; import java.lang.annotation.*; /** * Created with IntelliJ IDEA. * User: Jing * Date: 13-10-15 * Time: 下午9:13 */ @Target(ElementType.FIELD) @Retention(RetentionPolicy.RUNTIME) @Documented @Inherited public @interface IbatisClient { String resource() default ""; }