![JAR search and dependency download from the Maven repository](/logo.png)
net.java.truelicense.core.LicenseValidationProvider Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of truelicense-core Show documentation
Show all versions of truelicense-core Show documentation
Provides license key life cycle manament.
/*
* Copyright (C) 2005-2015 Schlichtherle IT Services.
* All rights reserved. Use is subject to license terms.
*/
package net.java.truelicense.core;
/**
* Provides a license validation.
*
* @author Christian Schlichtherle
*/
public interface LicenseValidationProvider {
/** Returns the license validation. */
LicenseValidation validation();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy