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

org.tinygroup.menutree.config.Menus Maven / Gradle / Ivy

The newest version!
package org.tinygroup.menutree.config;

import com.thoughtworks.xstream.annotations.XStreamAlias;
import com.thoughtworks.xstream.annotations.XStreamImplicit;

import java.util.List;

/**
 * Created by wangwy11342 on 2016/10/18.
 */
@XStreamAlias("menus")
public class Menus {
    @XStreamImplicit
    private List menuList;

    public List getMenuList() {
        return menuList;
    }

    public void setMenuList(List menuList) {
        this.menuList = menuList;
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy