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

net.customware.license.atlassian.LicenseContext Maven / Gradle / Ivy

The newest version!
package net.customware.license.atlassian;

import com.atlassian.license.License;

/**
 * Provides a context to the current License.
 */
public interface LicenseContext {
    public License getLicense();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy