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

net.java.truelicense.core.LicenseManagementContextProvider Maven / Gradle / Ivy

Go to download

The TrueLicense Core module provides essential functionality for license management.

There is a newer version: 2.6.6
Show newest version
package net.java.truelicense.core;

/**
 * Provides a license management context.
 *
 * @author Christian Schlichtherle
 */
public interface LicenseManagementContextProvider {
    /** Returns the license management context. */
    LicenseManagementContext context();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy