
org.sapia.util.license.LicenseIdFactory Maven / Gradle / Ivy
The newest version!
package org.sapia.util.license;
/**
* @author Yanick Duchesne
*
*
* - Copyright:
- Copyright © 2002-2004 Sapia Open Source Software. All Rights Reserved.
* - License:
- Read the license.txt file of the jar or visit the
* license page at the Sapia OSS web site
*
*/
public interface LicenseIdFactory {
/**
* @return a new license identifier.
*/
public long newInstance();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy