Skip to content
Snippets Groups Projects
Screenshot.kt 176 B
Newer Older
package testhelpers

@kotlin.annotation.Retention(AnnotationRetention.RUNTIME)
@Target(
    AnnotationTarget.FUNCTION,
    AnnotationTarget.CLASS
)
annotation class Screenshot