package cn.home1.oss.lib.security.api;
/**
* Shout use enum to implement StaticPrivilege, not this one.
* Created by zhanghaolun on 16/11/1.
*/
public abstract class AbstractStaticPrivilege extends AbstractGrantedAuthority implements StaticPrivilege {
protected AbstractStaticPrivilege() {
super();
}
}