net.jqwik.api.lifecycle.AfterExample Maven / Gradle / Ivy
The newest version!
package net.jqwik.api.lifecycle;
import java.lang.annotation.*;
import org.apiguardian.api.*;
import static org.apiguardian.api.API.Status.*;
/**
* This is an alias of {@linkplain AfterProperty}
*
* @see BeforeExample
* @see AfterProperty
*/
@Target({ElementType.ANNOTATION_TYPE, ElementType.METHOD})
@Retention(RetentionPolicy.RUNTIME)
@AfterProperty
@API(status = MAINTAINED, since = "1.4.0")
public @interface AfterExample {
}