com.kukababy.plus.annotation.NoColumn Maven / Gradle / Ivy
The newest version!
package com.kukababy.plus.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;
/**
*
*
*
* 描述:
*
*
* @author [email protected]
* @date 2019年3月5日 下午10:50:36
*/
@Target( { ElementType.FIELD} )
@Retention( RetentionPolicy.RUNTIME )
@Documented
public @interface NoColumn {
String name() default "";
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy