org.starhope.appius.via
Class SetRemote

java.lang.Object
  extended by org.starhope.appius.via.SetRemote
All Implemented Interfaces:
Annotation

public class SetRemote
extends Object
implements Annotation

Author:
brpocock

Constructor Summary
SetRemote()
           
 
Method Summary
 Class<? extends Annotation> annotationType()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface java.lang.annotation.Annotation
equals, hashCode, toString
 

Constructor Detail

SetRemote

public SetRemote()
Method Detail

annotationType

public Class<? extends Annotation> annotationType()
Specified by:
annotationType in interface Annotation
See Also:
Annotation.annotationType()