Example #1
0
 @Action(semantics = SemanticsOf.IDEMPOTENT)
 public LeaseItem verify() {
   verifyUntil(
       ObjectUtils.min(getEffectiveInterval().endDateExcluding(), getClockService().now()));
   return this;
 }