![JAR search and dependency download from the Maven repository](/logo.png)
com.github.giantray.compositesSelectSql.SqlOrderCol Maven / Gradle / Ivy
package com.github.giantray.compositesSelectSql;
import java.lang.annotation.Documented;
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;
/**
* declare if generate sql should has certain order.and if has,what col use to
* order by
*
* @author lizeyang
*
*/
@Target(ElementType.FIELD)
@Retention(RetentionPolicy.RUNTIME)
@Documented
@Inherited
public @interface SqlOrderCol {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy