blob: b7341b37ef4cdc69aeb9b6350d20c5de5d3f79cb [file] [log] [blame]
package org.apache.sling.performance.annotation;
import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;
@Target(ElementType.METHOD)
@Retention(RetentionPolicy.RUNTIME)
public @interface PerformanceTestFactory {
}