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

org.noear.wood.annotation.Table Maven / Gradle / Ivy

There is a newer version: 1.3.14
Show newest version
package org.noear.wood.annotation;

import java.lang.annotation.*;

/**
 * 表标识; 可继承
 *
 * @author noear
 * @since 3.2
 * */
@Inherited
@Target({ElementType.TYPE})
@Retention(RetentionPolicy.RUNTIME)
public @interface Table {
    String value(); //别名
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy