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

net.java.truelicense.core.LicenseSubjectProvider 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
/*
 * Copyright (C) 2005-2015 Schlichtherle IT Services.
 * All rights reserved. Use is subject to license terms.
 */
package net.java.truelicense.core;

/**
 * Provides a licensing subject.
 *
 * @author Christian Schlichtherle
 */
public interface LicenseSubjectProvider {

    /** Returns the licensing subject. */
    String subject();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy