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…
Reference in New Issue