1 package nl.toolforge.karma.core.cmd;
2
3 /***
4 * <p>Commands may provide support for properties defined in external files. Consider the BuildModule command where
5 * a developer might want to configure <javac>-command that is used by the implementation.
6 *
7 * <p>Right now, this interface is merely a placeholder for the fact that such support is required.
8 *
9 * @author D.A. Smedes
10 * @version $Id: ExternalPropertySupport.java,v 1.1 2004/09/07 18:58:00 asmedes Exp $
11 */
12 public interface ExternalPropertySupport {
13 }