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

group.flyfish.fluent.binding.Alias Maven / Gradle / Ivy

package group.flyfish.fluent.binding;

import java.lang.annotation.*;

/**
 * 结果映射指定别名
 *
 * @author wangyu
 */
@Target(ElementType.FIELD)
@Retention(RetentionPolicy.RUNTIME)
@Documented
public @interface Alias {

    /**
     * @return 别名
     */
    String value();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy