package org.semanticweb.owlapi.test; /** * Marker interface for integration tests * * @author ses */ public interface IntegrationTest { }