@Target(value={ANNOTATION_TYPE,METHOD})
@Retention(value=RUNTIME)
@API(status=EXPERIMENTAL,
since="1.2.4")
public @interface AfterTry
@AfterTry
to have them run once after each try - the actual invocation of the property
method with generated parameters - including properties of
embedded containers.
@AfterTry
methods are inherited from superclasses
and implemented interfaces as long as they are not hidden
or overridden.
In embedded container classes the @AfterTry
methods
from the inner container are run before the outer container's methods.
The execution order of multiple @BeforeTry
methods
within the same container is not guaranteed and might change.
BeforeTry