com.javaoffers.batis.modelhelper.anno.fun.noneparam.math.Rand Maven / Gradle / Ivy
package com.javaoffers.batis.modelhelper.anno.fun.noneparam.math;
import java.lang.annotation.ElementType;
import java.lang.annotation.Inherited;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;
/**
* select RAND()
* @author mingJie
*/
@Target({ElementType.FIELD})
@Retention(RetentionPolicy.RUNTIME)
@Inherited
public @interface Rand {
public static final String TAG = "RAND";
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy