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

com.obatis.orm.annotation.NotColumn Maven / Gradle / Ivy

The newest version!
package com.obatis.orm.annotation;

import java.lang.annotation.*;

@Retention(RetentionPolicy.RUNTIME)
@Documented
@Target(ElementType.FIELD)
public @interface NotColumn {

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy