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

cn.bestwu.simpleframework.security.IMenu Maven / Gradle / Ivy

There is a newer version: 0.1.33
Show newest version
package cn.bestwu.simpleframework.security;

import java.io.Serializable;

/**
 * 菜单
 *
 * @author Peter Wu
 */
public interface IMenu extends Serializable {

  String getUrl();

  String getMethod();

  String[] getAuthorities();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy