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

com.silentgo.orm.sqlparser.annotation.Select Maven / Gradle / Ivy

There is a newer version: 0.3.2
Show newest version
package com.silentgo.orm.sqlparser.annotation;


import com.silentgo.orm.common.Const;

import java.lang.annotation.*;

/**
 * Project : parent
 * Package : com.silentgo.orm.sqlparser.annotation
 *
 * @author teddyzhu
 *         

* Created by teddyzhu on 16/9/29. */ @Documented @Inherited @Retention(RetentionPolicy.RUNTIME) @Target({ElementType.METHOD}) public @interface Select { public String value() default Const.EmptyString; }





© 2015 - 2024 Weber Informatics LLC | Privacy Policy