Package ca.uhn.fhir.rest.annotation
Annotation Type ServerBase
-
@Target(PARAMETER) @Retention(RUNTIME) public @interface 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 '/'.