15161718192021
protected Object clone() throws CloneNotSupportedException { throw new CloneNotSupportedException("This class is not to be cloned"); } public static final IPermissionManagerAPI getPermissionManagerAPI() { return new PermissionManagerImpl(); }