Package me.wobblyyyy.pathfinder.annotations

  • Annotation Types Summary
    Annotation Type Description
    Async
    Marker interface used for annotating methods that operate asynchronously.
    Path  
    PathGroup  
    Sync
    Marker interface used for annotating methods that operate synchronously.
    Wait
    Indicate methods that block the current thread's execution until a certain condition has been met.