export default class Alias {
    value?: string;
    /**
     * 将属性值赋值给合并注解的指定属性值
     */
    annotation?: any;
}
