Package ca.uhn.fhir.model.api.annotation
Annotation Type SimpleSetter
-
@Retention(RUNTIME) @Target(CONSTRUCTOR) public @interface SimpleSetter
Marker annotation for a primitive setter method that can be used to indicate a "simple setter" method on a resource or composite type. This annotation is used by HAPI's code generator and can be ignored by client code