
Package ca.uhn.fhir.rest.annotation
Annotation Type IdParam
-
@Retention(RUNTIME) @Target(PARAMETER) public @interface IdParam
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description boolean
optional
Forextended operations
, any parameter with this value set totrue
(default is false) will also be invoked if the operation is invoked against the resource type.
-
-
-
Element Detail
-
optional
boolean optional
Forextended operations
, any parameter with this value set totrue
(default is false) will also be invoked if the operation is invoked against the resource type.- Default:
- false
-
-