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

com.frameworkset.platform.resource.ResourceIndentity Maven / Gradle / Ivy

There is a newer version: 5.6.4
Show newest version
package com.frameworkset.platform.resource;

import java.io.Serializable;

import com.frameworkset.platform.config.model.ResourceInfo;

/**
 * 

Title:

* *

Description:资源识别器

* *

Copyright: Copyright (c) 2006

* *

Company: bbossgroups

* * @author biaoping.yin * @version 1.0 */ public interface ResourceIndentity extends Serializable{ public void setResourceInfo(ResourceInfo resourceInfo); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy