blob: 2a06fbdcdf3c06a7dd24b886854f79a28b611c9f [file] [log] [blame]
package com.siyeh.igtest.annotation;
import java.lang.annotation.*;
@Target(value= ElementType.PACKAGE)
@Retention(value= RetentionPolicy.RUNTIME)
@Documented
public @interface TestAnnotation {
}