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

gu.sql2java.annotations.SchemaComponent Maven / Gradle / Ivy

There is a newer version: 5.2.0
Show newest version
package gu.sql2java.annotations;

import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;

/**
 * 指定该类为可提供常量定义
 * @author guyadong
 * @since 3.31.0
 */
@Retention(RetentionPolicy.RUNTIME)
@Target(ElementType.TYPE)
public @interface SchemaComponent {
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy