blob: 54a18375f1115b7539b4b7875a8c08fbdcd8b1c8 [file] [log] [blame]
package org.apache.sling.performance.annotation;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
@Retention(RetentionPolicy.RUNTIME)
public @interface PerformanceTestSuite {
}