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

com.xlvchao.clickhouse.annotation.TableName Maven / Gradle / Ivy

The newest version!
package com.xlvchao.clickhouse.annotation;

import java.lang.annotation.*;

@Target(ElementType.TYPE)
@Retention(RetentionPolicy.RUNTIME)
@Documented
public @interface TableName {
    String value() default "";
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy