
net.customware.license.atlassian.exemption.AbstractLicenseExemption Maven / Gradle / Ivy
The newest version!
package net.customware.license.atlassian.exemption;
import net.customware.license.atlassian.LicenseContext;
import net.customware.license.support.Exemption;
import com.atlassian.license.License;
public abstract class AbstractLicenseExemption implements Exemption {
protected License getLicense( Object context ) {
if ( context instanceof LicenseContext )
( ( LicenseContext ) context ).getLicense();
return null;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy