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

com.alibaba.qlexpress4.annotation.QLAlias Maven / Gradle / Ivy

package com.alibaba.qlexpress4.annotation;

import java.lang.annotation.*;

import static java.lang.annotation.ElementType.*;

@Inherited
@Target({TYPE, FIELD, METHOD})
@Retention(RetentionPolicy.RUNTIME)
public @interface QLAlias {
    /**
     * @return aliases
     */
    String[] value();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy