@Target(value={TYPE,METHOD}) @Retention(value=RUNTIME) public @interface RepeatUntilSuccess
This should only be used for tests that you can't make pass 100% of the time. It shouldn't be use in general!
Also, this may be obvious, but notice that the code annotated with this will be ran more than once! Make sure this code does support it and doesn't have unwanted side effects.
Copyright © 2019. All rights reserved.