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

me.wuwenbin.modules.sql.annotation.SQLTable Maven / Gradle / Ivy

The newest version!
package me.wuwenbin.modules.sql.annotation;

import java.lang.annotation.*;

/**
 * @see SQLTable
 * Created by wuwenbin on 2016/10/11.
 */
@Target(ElementType.TYPE)
@Retention(RetentionPolicy.RUNTIME)
@Documented
@Inherited
public @interface SQLTable {

    String value() default "";

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy