1 package com.github.javaparser; 2 3 /** 4 * Test category marker. 5 */ 6 public interface SlowTest { 7 } 8