mirror of https://github.com/apache/maven.git
added a notice about internal API
This commit is contained in:
parent
d6e45a5d56
commit
6f1bc80f3e
|
@ -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.
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue