Annotation Type CsvLocalizedNumber


@Target(FIELD) @Retention(RUNTIME) public @interface CsvLocalizedNumber
Makes sure that a specific Locale is used to convert numbers. If no Locale is required, no annotation needs to be set, because the right converter will be picked up automatically. If you still wish to apply a custom converter, use CsvConverter.