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

org.noear.solon.extend.security.model.MenuNode Maven / Gradle / Ivy

There is a newer version: 1.4.4
Show newest version
package org.noear.solon.extend.security.model;

import java.util.Map;

/**
 * @author noear
 */
public class MenuNode {
    String name;
    String url;
    String target;
    String icon;
    Map meta;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy