Package org.glassfish.pfl.test
Annotation Type Post
-
@Documented @Target(METHOD) @Retention(RUNTIME) public @interface Post
Used to mark methods that are executed after every test case
@Documented
@Target(METHOD)
@Retention(RUNTIME)
public @interface Post