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

net.hserver.plugins.beetlsql.annotation.BeetlSQL Maven / Gradle / Ivy

package net.hserver.plugins.beetlsql.annotation;

import java.lang.annotation.*;

/**
 * @author hxm
 */
@Target({ElementType.TYPE})
@Retention(RetentionPolicy.RUNTIME)
@Documented
public @interface BeetlSQL {
    String value() default "";
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy