
global.namespace.truelicense.api.LicenseFactory Maven / Gradle / Ivy
/*
* Copyright (C) 2005-2017 Schlichtherle IT Services.
* All rights reserved. Use is subject to license terms.
*/
package global.namespace.truelicense.api;
/**
* Creates a new license.
*
* @author Christian Schlichtherle
*/
public interface LicenseFactory {
/** Returns a new license. */
License license();
default Class extends License> licenseClass() { return license().getClass(); }
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy