首页>代码>spring mvc+hibernate+jsp开发图书馆后台管理系统>/LibraryManager/src/com/bjpowernode/core/annotation/config/AutoMenu.java
package com.bjpowernode.core.annotation.config;

import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;

@Retention(RetentionPolicy.RUNTIME)   
@Target(ElementType.TYPE)
/**
 * 菜单注释标签
 * 系统启动自动加载菜单配置
 * Class级别
 * @author  
 */
public @interface AutoMenu {
	
	/**
	 * 菜单名称
	 * @return
	 */
	public String name();
	/**
	 * 等级
	 * @return
	 */
	public String level() default "0";
	/**
	 * 菜单地址
	 * @return
	 */
	public String url();
	
	/**
	 * 图标
	 * @return
	 */
	public String icon() default "402880e740ec1fd70140ec2064ec0002";
	/**
	 * 顺序
	 * @return
	 */
	public int order() default 0;
}


最近下载更多
木子520  LV12 2023年1月19日
齐吊大神  LV6 2022年12月24日
testuser1234567  LV24 2022年7月21日
wanglinddad  LV54 2021年12月17日
syyyyds  LV8 2021年7月16日
陈若愚  LV4 2021年5月14日
xuyongff  LV24 2021年3月14日
Demo1111  LV30 2020年8月24日
xieweiseo  LV6 2020年8月2日
susan521  LV4 2020年7月9日
最近浏览更多
duoduo1234  LV2 1月15日
WBelong  LV7 2023年12月25日
Henew168  LV2 2023年11月19日
泓鼎168  LV19 2023年10月16日
DarcyLi  LV3 2023年10月12日
新工艺  LV7 2023年9月22日
huAres  LV2 2023年9月3日
zhumeng168  LV5 2023年7月7日
suwanhhhh 2023年6月16日
暂无贡献等级
yemmmm666  LV1 2023年6月12日
顶部 客服 微信二维码 底部
>扫描二维码关注最代码为好友扫描二维码关注最代码为好友