
com.mybatis.jpa.annotation.LLike Maven / Gradle / Ivy
package com.mybatis.jpa.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;
/**
* 标记一个字段需要like
* @Filename: LLike.java
* @Description:
* @Version: 1.0
* @Author: jackwong
* @Email: [email protected]
* @History:
* 陕西小伙伴网络科技有限公司
* Copyright (c) 2017 All Rights Reserved.
*
*/
@Documented
@Retention(RetentionPolicy.RUNTIME)
@Target({ElementType.FIELD,ElementType.PARAMETER})
public @interface LLike
{
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy