@Target(value=METHOD) @Retention(value=RUNTIME) @Inherited @Documented public @interface AllowLeadingOrTrailingWhitespace
@AllowLeadingOrTrailingWhitespace public void setName(String name);Note: This annotation should be put onto the setter methods
OpenmrsObjectSaveHandler will
trim off whitespace before this object is persisted in the db.AllowEmptyStrings,
OpenmrsObjectSaveHandlerCopyright © 2024 OpenMRS Inc.. All rights reserved.