All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.hotlcc.scim.server.spring.base.BaseResourceNode Maven / Gradle / Ivy

The newest version!
package com.hotlcc.scim.server.spring.base;

import de.captaingoldfish.scim.sdk.common.resources.ResourceNode;

/**
 * 基础的资源节点:所有的自定义资源节点需要继承该类
 *
 * @author Allen
 */
public abstract class BaseResourceNode extends ResourceNode {
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy