de.swm.gwt.client.authorization.IAccessRight Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of swm-gwt-client Show documentation
Show all versions of swm-gwt-client Show documentation
Plain GWT Swm erweiterungen, auch zur benutzung in mobilen Geraeten
The newest version!
/*
* @copyright (c) 2014 SWM Services GmbH
*/
package de.swm.gwt.client.authorization;
/**
* Interface fuer die rollenbasierte Rechtepruefungen.
*
* @copyright 2013 SWM Services GmbH
*/
public interface IAccessRight {
}