JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
All Classes
SEARCH:
JavaScript is disabled on your browser.
Summary:
Field |
Required |
Optional
Detail:
Field |
Element
Package
ca.uhn.fhir.rest.annotation
Annotation Type Destroy
@Retention
(
RUNTIME
)
@Target
(
METHOD
) public @interface
Destroy
ResourceProvider methods tagged with
Destroy
will be invoked when the RestfulServer is shut down. This is your chance to do any cleanup.