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

com.mybatis.jpa.annotation.RLike 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: RLike.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 RLike { }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy