in mps-driver/src/main/java/org/jetbrains/mps/maven/driver/TemporarySolutionIO.java [63:67]
private static ModelRootDescriptor javaSourceStubMRDescriptor(File file) {
Memento m = new MementoImpl();
m.put(PATH_KEY, file.getAbsolutePath());
return new ModelRootDescriptor(JAVA_SOURCE_STUBS_TYPE, m);
}