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

com.dao.support.database.NotDbField Maven / Gradle / Ivy

The newest version!
package com.dao.support.database;

import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;

/**
 * 标识不是数据库读写的字段
 * @author jianghongyan
 * 2017-1-22下午04:08:58
 */
@Retention(RetentionPolicy.RUNTIME) 
@Target(ElementType.METHOD) 
public @interface NotDbField {

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy