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

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

/*
 * Copyright (C) 2005-2017 Schlichtherle IT Services.
 * All rights reserved. Use is subject to license terms.
 */

package net.java.truelicense.core;

/**
 * Defines a license initialization.
 *
 * @see    LicenseInitializationProvider
 * @author Christian Schlichtherle
 */
public interface LicenseInitialization {

    /** Initializes the properties of the given license bean. */
    void initialize(License bean);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy