package com.codeborne.selenide.testng.annotations; import java.lang.annotation.*; /** * Created by vinogradov on 07.05.16. */ @Retention(RetentionPolicy.RUNTIME) @Target({ElementType.TYPE}) public @interface Report { }