blob: 3621bd00e7268fb552e470bec55caf0c446296ef [file] [log] [blame]
package org.jetbrains.jps.api;
/**
* @author nik
*/
public interface BuildParametersKeys {
String FORCE_MODEL_LOADING = "_force_model_loading";
}