blob: eb82de4d8550943d602eb7af8608c3b5b0ff3c96 [file] [log] [blame]
package org.eclipse.scout.sdk.compatibility.internal;
public interface ICompatibilityActivator {
void start() throws Exception;
}