Annotation Type Wait
public @interface Wait
Indicate methods that block the current thread's execution until a certain
condition has been met.
If, for example, we were to input a path and tell the robot to go there and wanted to wait for the robot to get there, we can use this annotation to indicate exactly that.
Marker interfaces have no purpose other than to indicate to anyone who sees the annotation that the annotated field or class or method has a certain property.
- Since:
- 0.3.0
- Author:
- Colin Robertson