org.apache.commons.math3
Annotation Type Retry


@Retention(value=RUNTIME)
@Target(value=METHOD)
public @interface Retry

Annotation that enables test retries.

Version:
$Id$

Optional Element Summary
 int value
           
 

value

public abstract int value
Default:
2


Copyright © 2003-2013 The Apache Software Foundation. All Rights Reserved.