package eu.scape_project.planning.annotation; /** * Annotation to mark integration tests * * @author Michael Kraxner * */ public @interface IntegrationTest { }