added a notice about internal API

This commit is contained in:
Hervé Boutemy 2014-12-13 15:18:31 +01:00
parent d6e45a5d56
commit 6f1bc80f3e
2 changed files with 2 additions and 0 deletions

View File

@ -25,6 +25,7 @@ import org.codehaus.plexus.logging.Logger;
/**
* Provides backwards compatibility with Maven 3.2.3 and earlier. Clients that do not require compatibility with Maven
* 3.2.3 and earlier are encouraged to use {@link JavaToolchainImpl}.
* <strong>Note:</strong> This is an internal component whose interface can change without prior notice.
*
* @deprecated clients that do not require compatibility with Maven 3.2.3 and earlier should link to
* {@link JavaToolchainImpl} instead.

View File

@ -29,6 +29,7 @@ import org.codehaus.plexus.util.Os;
/**
* JDK toolchain implementation.
* <strong>Note:</strong> This is an internal component whose interface can change without prior notice.
*
* @author Milos Kleint
* @since 2.0.9, renamed from DefaultJavaToolChain in 3.2.4