blob: 2433376857ed11385f2da581ed3b2f952f2a7dd1 [file] [log] [blame]
package org.eclipse.jst.jee.project.facet;
public interface IWebCreateDeploymentFilesDataModelProperties extends
ICreateDeploymentFilesDataModelProperties {
/**
* This field should not be used. It is not part of the API and may be modified in the future.
*/
public static Class _provider_class = WebCreateDeploymentFilesDataModelProvider.class;
}