fun.langel.cql.annotation.Param Maven / Gradle / Ivy
The newest version!
package fun.langel.cql.annotation;
import java.lang.annotation.*;
/**
* @author [email protected](GuHan)
* @since 2021/10/19 10:35 下午
**/
@Documented
@Retention(RetentionPolicy.RUNTIME)
@Target({ElementType.PARAMETER})
public @interface Param {
String name();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy