/** * Project: dubbo.registry.console-2.1.0-SNAPSHOT * * File Created at Sep 13, 2011 * $Id: Privileges.java 181192 2012-06-21 05:05:47Z tony.chenl $ * * Copyright 1999-2100 Alibaba.com Corporation Limited. * All rights reserved. * * This software is the confidential and proprietary information of * Alibaba Company. ("Confidential Information"). You shall not * disclose such Confidential Information and shall use it only in * accordance with the terms of the license agreement you entered into * with Alibaba.com. */ package com.alibaba.dubbo.governance.web.sysmanage.module.screen; import com.alibaba.dubbo.governance.web.common.module.screen.Restful; /** * @author ding.lid * */ public class Privileges extends Restful { }