@Retention(value=RUNTIME)
@Target(value=METHOD)
public @interface Leave
If a JAX-RS resource method is invoked in the context of an LRA and there are
participant annotations on the class it will join the LRA (as a participant).
In addition, if it also contains a method annotated with @Leave then any
subsequent call to this @Leave method in the context of the same LRA will
cause participant to leave the LRA. But do note that if any of the other resource
methods are invoked again in the same LRA context it will rejoin the LRA.