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

com.gitee.sergius.apitool.entity.YamlFileExtend Maven / Gradle / Ivy

package com.gitee.sergius.apitool.entity;

import java.util.ArrayList;
import java.util.List;

/**
 * @author shawn yang
 * @version 1.0.0
 * 

用于将解析生成的中间文件存储到yaml文件
* */ public class YamlFileExtend { private List anno = new ArrayList<>(); /** * 获取所有标签分组 */ public List getAnno() { return anno; } /** * 设置标签分组数据 * @param anno */ public void setAnno(List anno) { this.anno = anno; } }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy