Annotation Interface HasDefaultValue


@Target(FIELD) @Retention(RUNTIME) public @interface HasDefaultValue
Marks a Processor input parameter object setter method as being optional. If there is no value for the property then no error will be thrown when populating the method in ProcessorUtils.populateInputParameter(org.mapfish.print.processor.Processor, org.mapfish.print.output.Values)