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

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

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

import java.lang.annotation.*;

/**
 * @author [email protected](GuHan)
 * @since 2022/8/14 14:28
 **/
@Documented
@Retention(RetentionPolicy.RUNTIME)
@Target({ElementType.FIELD})
public @interface CField {

    String[] alias() default {};
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy