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

com.zhangyue.we.anoprocesser.xml.Style Maven / Gradle / Ivy

package com.zhangyue.we.anoprocesser.xml;

import java.util.HashMap;

/**
 * @author chengwei 2018/8/15
 */
public class Style {
    public String name;
    public String parent;
    public HashMap attribute = new HashMap<>();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy