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

org.noear.wood.annotation.Exclude Maven / Gradle / Ivy

There is a newer version: 1.3.14
Show newest version
package org.noear.wood.annotation;

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

/**
 * 排除(不属于表字段,或者不使用)
 *
 * @author noear
 * @since 3.2
 * */
@Target({ElementType.FIELD})
@Retention(RetentionPolicy.RUNTIME)
public @interface Exclude {
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy