View Javadoc
1   package cn.home1.oss.lib.security.api;
2   
3   /**
4    * Shout use enum to implement StaticPrivilege, not this one.
5    * Created by zhanghaolun on 16/11/1.
6    */
7   public abstract class AbstractStaticPrivilege extends AbstractGrantedAuthority implements StaticPrivilege {
8   
9     protected AbstractStaticPrivilege() {
10      super();
11    }
12  }