
Package ca.uhn.fhir.model.api.annotation
Annotation Type Block
-
@Retention(RUNTIME) @Target(TYPE) public @interface Block
Class annotation used to indicate a class which is a "block"/"component" type. A block is a nested group of fields within a resource definition and can contain other blocks as well as data types.An example of a block would be Patient.contact
-
-
Element Detail
-
name
@Deprecated String name
Deprecated.Do not use, will be removed- Default:
- ""
-
-