net.java.truelicense.core.LicenseManagementContextProvider 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
The TrueLicense Core module provides essential functionality for
license management.
package net.java.truelicense.core;
/**
* Provides a license management context.
*
* @author Christian Schlichtherle
*/
public interface LicenseManagementContextProvider {
/** Returns the license management context. */
LicenseManagementContext context();
}