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

fun.langel.cql.annotation.Cave Maven / Gradle / Ivy

The newest version!
package fun.langel.cql.annotation;

import java.lang.annotation.*;

/**
 * @author [email protected](GuHan)
 * @since 2021/7/21 12:47 上午
 **/
@Documented
@Retention(RetentionPolicy.RUNTIME)
@Target({ElementType.TYPE})
public @interface Cave {
    String direct() default "";
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy