Package ca.uhn.fhir.rest.annotation
Annotation Type ServerBase
RESTful server method parameter annotation which indicates
that the parameter should be injected with the HTTP server base.
Parameters annotated with this annotation must be of
type String
. The value provided will be a URL
indicating the server's base URL, with NO trailing '/'.