de.schlichtherle.xml.package-info Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of truelicense-core Show documentation
Show all versions of truelicense-core Show documentation
The TrueLicense Core module provides essential functionality for
license management.
/*
* Copyright (C) 2005-2013 Schlichtherle IT Services.
* All rights reserved. Use is subject to license terms.
*/
/**
* Provides interoperability with version 1 (V1) format license keys.
* This package is provided to enable applications to create, install, verify
* and uninstall license keys in the format for TrueLicense 1.X applications.
* Since TrueLicense 2.0, this format is obsolete and should not get used in
* new applications.
* Note that there is no compatibility between V1 and V2 format license keys.
*/
@Deprecated @javax.annotation.Nonnull @javax.annotation.ParametersAreNonnullByDefault
package de.schlichtherle.xml;