Skip to content
This repository has been archived by the owner on Nov 23, 2021. It is now read-only.

Commit

Permalink
#228 Retry annotation deprecated
Browse files Browse the repository at this point in the history
  • Loading branch information
mkrzyzanowski committed Sep 12, 2018
1 parent 9bb0c67 commit 33a7a58
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
/**
* Add this annotation to any test method which you want to rerun after failure
*/
@Deprecated
@Retention(RetentionPolicy.RUNTIME)
@Target({ElementType.METHOD})
public @interface Retry {
Expand Down

0 comments on commit 33a7a58

Please sign in to comment.