All Downloads are FREE. Search and download functionalities are using the official Maven repository.

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 {

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy