If the resource method signature has void return type, a 204 No Content response is built but the PostProcessInterceptor chain is never prepared for the ServerResponse.
As a result, any PostProcessorInterceptors doing non-content related tasks (for example related to house-keeping on thread local variables) are never traversed.