Package net.jqwik.api.lifecycle
Annotationsschnittstelle PerProperty
@Target({ANNOTATION_TYPE,METHOD})
@Retention(RUNTIME)
@API(status=MAINTAINED,
since="1.2.4")
public @interface PerProperty
Annotate property methods of a container class with
@PerProperty
if you want to have some lifecycle control over this property alone.
If you want to control the lifecycle of all property methods use BeforeProperty or AfterProperty.
-
Verschachtelte Klassen - Übersicht
Modifizierer und TypKlasseBeschreibungstatic interface
static class
-
Erforderliche Elemente - Übersicht
Modifizierer und TypErforderliches ElementBeschreibungClass
<? extends PerProperty.Lifecycle> Return a class that implements PerProperty.Lifecycle
-
Elementdetails
-
value
Class<? extends PerProperty.Lifecycle> valueReturn a class that implements PerProperty.Lifecycle- Gibt zurück:
- An implementation of PerProperty.Lifecycle
-