mirror of
https://github.com/hapifhir/hapi-fhir.git
synced 2025-03-09 14:33:32 +00:00
Merge pull request #1244 from nerdydrew/deprecated
Add @Deprecated annotation to IServerInterceptor::outgoingResponse(Re…
This commit is contained in:
commit
2da6552155
@ -203,6 +203,7 @@ public interface IServerInterceptor {
|
||||
* favour of {@link #outgoingResponse(RequestDetails, ResponseDetails, HttpServletRequest, HttpServletResponse)}
|
||||
* and will be removed in a future version of HAPI FHIR.
|
||||
*/
|
||||
@Deprecated
|
||||
@Hook(Pointcut.SERVER_OUTGOING_RESPONSE)
|
||||
boolean outgoingResponse(RequestDetails theRequestDetails, IBaseResource theResponseObject, HttpServletRequest theServletRequest, HttpServletResponse theServletResponse)
|
||||
throws AuthenticationException;
|
||||
|
Loading…
x
Reference in New Issue
Block a user