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

com.zlyx.easy.access.defaults.annotations.Select Maven / Gradle / Ivy

package com.zlyx.easy.access.defaults.annotations;

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;

/**
 * @Auth 赵光
 * @Describle 
 * @2019年1月11日 下午4:49:40
 */
@Documented
@Target({ElementType.METHOD})
@Retention(RetentionPolicy.RUNTIME)
public @interface Select {

	/**
	 *  
	 * @return sql
	 */
   String value();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy