1
0
mirror of https://github.com/apache/maven.git synced 2025-03-07 17:23:16 +00:00

o deprecate this component, the model properties-based system will replace this

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@721885 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Jason van Zyl 2008-11-30 20:06:57 +00:00
parent 8ed1aa0e20
commit 2b66d03796

@ -25,7 +25,9 @@
/** /**
* @author Jason van Zyl * @author Jason van Zyl
* @version $Id$ * @version $Id$
* @deprecated
*/ */
@Deprecated
public interface ModelInheritanceAssembler public interface ModelInheritanceAssembler
{ {
String ROLE = ModelInheritanceAssembler.class.getName(); String ROLE = ModelInheritanceAssembler.class.getName();