|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Retention(value=RUNTIME) @Target(value=METHOD) public @interface AfterClass
Meta-annotation Retention indicate that this annotation must be retained in runtime Meta-annotation Target indicates that this annotation type can be used to annotate only method declarations.
| Optional Element Summary | |
|---|---|
int |
from
Deprecated. As of release 1.0, replaced by range() |
int |
place
Deprecated. As of release 1.0, replaced by range() |
java.lang.String |
range
Range of peers where the test step should be executed. |
int |
timeout
|
int |
to
Deprecated. As of release 1.0, replaced by range() |
public abstract java.lang.String range
@Deprecated public abstract int place
range()
@Deprecated public abstract int from
range()
@Deprecated public abstract int to
range()
public abstract int timeout
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||