@Target(value={METHOD,TYPE})
@Retention(value=RUNTIME)
public @interface AvailableWhenTenantIsPaused
Used to identify tenant-level API methods that can be called if a the tenant is in a pause mode. All other API method calls will be rejected.
Used by the Bonita Engine server interceptor.