yui.comn.mybatisx.annotation.VoDef Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of mybatis-link-annotation Show documentation
Show all versions of mybatis-link-annotation Show documentation
basic mybatis-link-annotation.
The newest version!
/**
* Project: yui3-common-mybatisx
* Class DefVo
* Version 1.0
* File Created at 2019年3月25日
* $Id$
* author yuyi
* email [email protected]
*/
package yui.comn.mybatisx.annotation;
import java.lang.annotation.Documented;
import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;
/**
*
* dto默认vo
*
* @author yuyi ([email protected])
*/
@Documented
@Retention(RetentionPolicy.RUNTIME)
@Target(ElementType.FIELD)
public @interface VoDef {
}