@Target(value=METHOD)
@Retention(value=RUNTIME)
@Inherited
@Documented
public @interface AllowEmptyStrings
@AllowEmptyStrings public void setName(String name);Note: This should be annotated on the setter methods.
OpenmrsObjectSaveHandler
if the value is an empty string.AllowLeadingOrTrailingWhitespace
,
OpenmrsObjectSaveHandler
Copyright © 2018 OpenMRS Inc.. All Rights Reserved.