Package 

Annotation RequiresAdbServer


  • @Target(allowedTargets = {AnnotationTarget.CLASS, AnnotationTarget.FUNCTION}) 
    public @interface RequiresAdbServer
    
                        

    Special annotation to mark methods or classes that require AdbServer to be started for execution

    Required: Started AdbServer 1. Download a file "kaspresso/artifacts/adbserver-desktop.jar" 2. Start AdbServer => input in cmd "java -jar path_to_file/adbserver-desktop.jar"

    • Method Summary

      Modifier and Type Method Description
      • Methods inherited from class kotlin.Annotation

        equals, hashCode, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait