
Package ca.uhn.fhir.rest.annotation
Annotation Type Transaction
-
@Retention(RUNTIME) @Target(METHOD) public @interface Transaction
RESTful method annotation to be used for the FHIR transaction method.This method should have a parameter of type Bundle annotated with the
TransactionParam
annotation.