Adding a note about the deprecation

This commit is contained in:
Jason van Zyl 2014-07-05 16:05:06 -04:00
parent 9cc2caeb9f
commit ce6fc6237a
1 changed files with 5 additions and 0 deletions

View File

@ -29,6 +29,11 @@ import org.apache.maven.execution.MavenSession;
import org.apache.maven.project.MavenProject;
@Deprecated
/**
* @deprecated As of 3.2.2, and there is no direct replacement. This is an internal class which was not marked as such, but should have been.
* @author jvanzyl
*
*/
public interface ProjectDependenciesResolver
{