@Retention(value=RUNTIME) @Target(value={ANNOTATION_TYPE,TYPE}) public @interface ValueRequired
Used to indicate that there must not be a null or empty string passed to the value of BroadleafCellProcessor.execute(String, com.broadleafcommerce.dataimport.csv.BroadleafCsvContext)
This is useful for skipping the execution of a processor that does something like build persistence requests; you probably don't want to do that if there is no value in the field.
Copyright © 2020. All rights reserved.