Package ca.uhn.fhir.rest.annotation
Annotation Type Initialize
-
@Retention(RUNTIME) @Target(METHOD) public @interface Initialize
ResourceProvider methods tagged withInitializewill be invoked when the RestfulServer is starting up. This is your chance to do any initialization prior to the server taking any requests.